get Ultra Group Conversation List For All Channel
public abstract void getUltraGroupConversationListForAllChannel(IRongCoreCallback.ResultCallback<List<Conversation>> callback)
Retrieves the local conversation list of the current user for ultra groups. This method returns a list of conversations of the following types: one-to-one chat, group, discussion group, and system conversation.
This method reads the conversation list from the local database. The returned conversation list is sorted by time in ascending order. If there are pinned conversations, they will appear at the top of the list. If you need to retrieve conversation lists of other types, you can use getConversationList}.This method must be called after the database connection is opened, as indicated by the OnDatabaseOpened
callback, IRongCoreCallback.ConnectCallback.
Since
5.2.0
Parameters
callback
The callback for retrieving the conversation list.