|
virtual |
|
inlinevirtual |
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.
|
inlinevirtual |
Server conversations have been synchronized. If a conversation changes, the SDK will notify you via OnNewConversation or OnConversationChanged.
|
inlinevirtual |
Server conversation synchronization failed
|
inlinevirtual |
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".
|
inlinevirtual |
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".
|
inlinevirtual |
Conversations are deleted. (supported by 7.2 and later versions)
|
inlinevirtual |
Notify the changes of the total unread message count of all conversations (supported by 5.3.425 and later versions)
|
inlinevirtual |
Notify the changes of the total unread message count of conversations by filter (supported by 7.0 and later versions)
|
inlinevirtual |
Conversation group has been created.
|
inlinevirtual |
Conversation group has been deleted.
|
inlinevirtual |
Conversation group name has been changed.
|
inlinevirtual |
New conversations have been added to this conversation group.
|
inlinevirtual |
Conversations have been deleted from this conversation group.
|
inlinevirtual |
Conversations have been deleted from this conversation group.(This API will be deprecated. Please call onConversationsDeletedFromGroup(const V2TIMString &, const V2TIMConversationVector &, uint32_t) instead)