get Conversation Notification Status
public abstract void getConversationNotificationStatus(ConversationType conversationType, String targetId, String channelId, IRongCoreCallback.ResultCallback<ConversationNotificationStatus> callback)
Retrieves the message reminder status of a conversation.
Note: Not supported for chatrooms!
Since
5.1.1
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 for retrieving the message reminder status.
See also
io. rong. imlib. model. Conversation. Conversation Notification Status