setConversationNotificationStatus

public abstract void setConversationNotificationStatus(ConversationType conversationType, String targetId, String channelId, ConversationNotificationStatus notificationStatus, IRongCoreCallback.ResultCallback<ConversationNotificationStatus> callback)

设置会话消息提醒状态。

注意:不支持聊天室!

Since

5.1.1

Parameters

conversationType

会话类型。不支持聊天室类型,因为聊天室默认就是不接受消息提醒的。

targetId

会话 id。根据不同的 conversationType,可能是用户 id、讨论组 id、群组 id。

channelId

消息所属会话的业务标识。

notificationStatus

会话设置的消息提醒状态 。

callback

设置状态的回调。