get Message Count
public abstract void getMessageCount(ConversationType conversationType, String targetId, String channelId, IRongCoreCallback.ResultCallback<Integer> callback)
Retrieves the total number of messages in a specified conversation.
Since
5.1.1
Parameters
conversation Type
The type of the conversation .
target Id
The ID of the conversation.
channel Id
The business identifier of the conversation to which the message belongs.
callback
The callback for the total number of messages.