getBlockedConversationList

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

Retrieves the list of conversations with Do Not Disturb enabled.

Since

5.0.0

Parameters

callback

Callback for retrieving conversations with Do Not Disturb.

conversationTypes

Conversation types, Conversation.ConversationType

Note: This parameter is mandatory and cannot be null.