getConversationNotificationLevel

public abstract void getConversationNotificationLevel(ConversationType conversationType, String targetId, IRongCoreCallback.ResultCallback<IRongCoreEnum.PushNotificationLevel> callback)

Retrieves the Do Not Disturb status of a specified conversation.

Note: Not supported for chatrooms!

Since

5.2.2

Parameters

conversationType

The type of conversation. Chatrooms are not supported (chatrooms do not accept conversation message reminders by default).

targetId

The ID of the conversation. Depending on the conversationType, this could be a user ID, discussion group ID, or group ID.

callback

Callback to retrieve the message reminder status.

See also

io.rong.imlib.model.Conversation.ConversationNotificationStatus