OnConversationChanged
Introduction
The callback of changes to some conversations event.
You can sort the conversation list according to the orderKey
or the timestamp
of the lastMessage
, if the order changes.
Returned template
OnConversationChanged = void Function(
V2TimConversation[] conversationList
)
Return value details
name | type | description |
---|---|---|
conversationList | V2TimConversation[] | The changed conversation list. |