Instance Methods | |
(void) | - onSyncServerStart |
(void) | - onSyncServerFinish |
(void) | - onSyncServerFailed |
(void) | - onNewConversation: |
(void) | - onConversationChanged: |
(void) | - onConversationDeleted: |
(void) | - onTotalUnreadMessageCountChanged: |
(void) | - onUnreadMessageCountChangedByFilter:totalUnreadCount: |
(void) | - onConversationGroupCreated:conversationList: |
(void) | - onConversationGroupDeleted: |
(void) | - onConversationGroupNameChanged:newName: |
(void) | - onConversationsAddedToGroup:conversationList: |
(void) | - onConversationsDeletedFromGroup:conversationList:reason: |
(void) | - onConversationsDeletedFromGroup:conversationList: |
|
optional |
The SDK started to synchronize server conversations. The SDK automatically synchronizes server conversations after a successful login or network reconnection. You can monitor this event and display information about the progress on the UI.
|
optional |
Server conversations have been synchronized. If a conversation changes, the SDK will notify you via onNewConversation or onConversationChanged.
|
optional |
Server conversation synchronization failed
|
optional |
A new conversation was added. This occurs when, for example, the user received a one-to-one chat message from a new colleague or was added to a new group. You can resort conversations based on "orderKey".
|
optional |
The key information of some conversations changed. This occurs when, for example, the unread message count of a conversation changes or the last message is updated. You can resort conversations based on "orderKey".
|
optional |
Conversations are deleted. (supported by 7.2 and later versions)
|
optional |
Notify the changes of the total unread message count of all conversations (supported by 5.3.425 and later versions)
|
optional |
Notify the changes of the total unread message count of conversations by filter (supported by 7.0 and later versions)
|
optional |
Conversation group has been created.
|
optional |
Conversation group has been deleted.
|
optional |
Conversation group name has been chaned.
|
optional |
New conversations have been added to this conversation group.
|
optional |
Conversations have been deleted from this conversation group.
|
optional |
Conversations have been deleted from this conversation group.(This API will be deprecated. Please call onConversationsDeletedFromGroup:conversationList:reason: instead)