getUnreadConversationList

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

conversationTypes

The types of conversations to retrieve. This method only supports one-to-one chat, group chat, and system conversation types. Chatroom and ultra group are not supported.

callback

The callback for retrieving the conversation list.