getConversationChannelNotificationLevel

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

Retrieves the message reminder status for a conversation.

Note: Chatrooms are not supported!

Since

5.2.2

Parameters

conversationType

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

targetId

Specifies the conversation ID. 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