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