Pin a Recent Chat
Setting Maximum Pinned Chats#
To set a maximum pinning for the recent chat, use the method below.
- Java
- Kotlin
| Arguments | Type | Description |
|---|---|---|
| MAX_PIN_CHAT | int | maximum number of chats that can be pinned. |
Getting Maximum Pinned Count#
This method returns the maximum number of chats that can be pinned in the recent chat list.
- Java
- Kotlin
Pinning a Recent Chat#
To pin a recent chat which makes a particular recent chat to appear at the top of the recent chat list.
- Java
- Kotlin
| Arguments | Type | Description |
|---|---|---|
| JID | String | jid of the user/group |
| PIN_RECENT_CHAT | boolean | if true chat will be pinned else the chat will be unpinned |
Recent Chat Pinned Count#
To get the pinned count on recent chat list, call the below method.
- Java
- Kotlin