get Conversation Notification Level
public abstract void getConversationNotificationLevel(ConversationType conversationType, String targetId, IRongCoreCallback.ResultCallback<IRongCoreEnum.PushNotificationLevel> callback)
Retrieves the Do Not Disturb status of a specified conversation.
Note: Not supported for chatrooms!
Since
5.2.2
Parameters
conversation Type
The type of conversation. Chatrooms are not supported (chatrooms do not accept conversation 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
Callback to retrieve the message reminder status.
See also
io. rong. imlib. model. Conversation. Conversation Notification Status