getMessageCount

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

获取指定会话的消息总数。

Since

5.1.1

Parameters

conversationType

会话类型 io.rong.imlib.model.Conversation.ConversationType 。

targetId

会话 id。

channelId

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

callback

消息总数的回调。