getConversationNotificationStatus

public abstract void getConversationNotificationStatus(ConversationType conversationType, String targetId, RongIMClient.ResultCallback<ConversationNotificationStatus> callback)

Retrieves the message reminder status of a conversation.

Note: Chatrooms are not supported!

Parameters

conversationType

The type of conversation. Chatrooms are not supported (chatrooms do not accept 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

The callback to retrieve the message reminder status.

See also

Conversation.ConversationNotificationStatus