get Unread Conversation List
public abstract void getUnreadConversationList(IRongCoreCallback.ResultCallback<List<Conversation>> callback, Array<ConversationType> conversationTypes)
Retrieves the list of unread local conversations for the current user based on the conversation type.
Since
5.3.2
Parameters
conversation Types
The types of conversations to retrieve. This interface only supports one-to-one chat, group chat, and system conversation types. Chatroom and ultra group are not supported.
callback
Callback for retrieving the conversation list.