get Conversation Notification Status
public void getConversationNotificationStatus(ConversationType conversationType, String targetId, ResultCallback<ConversationNotificationStatus> callback)
获取会话消息提醒状态。
Parameters
conversation Type
会话类型。
target Id
目标 Id。根据不同的 conversationType,可能是用户 Id、讨论组 Id、群组 Id。
callback
获取状态的回调。该回调在主线程中执行,请避免在回调中执行耗时操作,防止 SDK 线程阻塞。