get Conversations From Tag By Page
public abstract void getConversationsFromTagByPage(String tagId, long ts, int count, IRongCoreCallback.ResultCallback<List<Conversation>> callback)
Paginate and retrieve the conversation list under a specified local tag.
Since
5.1.1
Parameters
tag Id
The ID of the tag.
ts
The timestamp of the last message in the conversation.
count
The number of conversations to retrieve 20<= count <=100
.
callback
The callback for paginating and retrieving the conversation list under the specified local tag.