getBlockedConversationList

public abstract void getBlockedConversationList(RongIMClient.ResultCallback<List<Conversation>> callback, Array<ConversationType> conversationTypes)

Retrieve the list of conversations with Do Not Disturb enabled.

Parameters

callback

Callback for retrieving Do Not Disturb conversations.

conversationTypes

Conversation types, Conversation.ConversationType

Note: This parameter is mandatory and cannot be empty.