getConversationChannelNotificationLevel

public abstract void getConversationChannelNotificationLevel(ConversationType conversationType, String targetId, String channelId, IRongCoreCallback.ResultCallback<IRongCoreEnum.PushNotificationLevel> callback)

获取会话消息提醒状态。

注意:不支持聊天室!

Since

5.2.2

Parameters

conversationType

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

targetId

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

callback

获取消息提醒状态的回调。

See also

io.rong.imlib.model.Conversation.ConversationNotificationStatus