getBlockedConversationList

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

Retrieves the list of Do Not Disturb conversations.

Since

5.1.1

Parameters

callback

Callback for retrieving Do Not Disturb conversations.

channelId

Business identifier of the conversation to which the message belongs.

conversationTypes

Conversation type,

Note: This parameter must be provided and cannot be null.