getConversationNotificationStatus

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

Retrieves the message notification status for a conversation.

Note: Not supported for chatrooms!

Since

5.0.0

Parameters

conversationType

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

targetId

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 notification status.

See also

Conversation.ConversationNotificationStatus