get Conversation Notification Status
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
conversation Type
The type of conversation. Chatrooms are not supported (chatrooms do not accept message notifications by default).
target Id
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. Conversation Notification Status