getConversationListForAllChannel

public abstract void getConversationListForAllChannel(ConversationType conversationType, String targetId, IRongCoreCallback.ResultCallback<List<Conversation>> callback)

Retrieves the conversation list of all channels under a specific conversation (supports one-to-one chat, group chat, and ultra group, but not chatroom).

Since

5.2.0

Parameters

conversationType

The type of conversation

targetId

The ID of the conversation

callback

Callback for retrieving the conversation list of all channels under a specific conversation