set Conversation Notification Level
public abstract void setConversationNotificationLevel(ConversationType conversationType, String targetId, IRongCoreEnum.PushNotificationLevel level, IRongCoreCallback.OperationCallback callback)
指定会话免打扰设置
注意:超级群调用该接口,相当于设置了 channelId 为 空 的频道的免打扰,不会屏蔽整个超级群会话下所有频道的免打扰
Since
5.2.2
Parameters
conversation Type
会话类型。不支持聊天室类型,因为聊天室默认就是不接受消息提醒的。
target Id
会话 id。根据不同的 conversationType,可能是用户 id、讨论组 id、群组 id。
level
会话设置的消息提醒级别。
callback
设置状态的回调。