getConversationTopStatus

public abstract void getConversationTopStatus(String targetId, ConversationType conversationType, String channelId, IRongCoreCallback.ResultCallback<Boolean> callback)

获取会话的置顶状态 同时设置 setConversationStatusListener 监听器,在onConversationTagChanged回调中更新会话置顶状态,保证会话置顶的准确性

此方法会从本地数据库中,读取该会话是否置顶。

Since

5.1.5

Parameters

conversationType

会话类型

targetId

会话 ID

channelId

消息所属会话的业务标识

callback

是否置顶的结果回调