getConversationsFromTagByPage

public abstract void getConversationsFromTagByPage(String tagId, long ts, int count, IRongCoreCallback.ResultCallback<List<Conversation>> callback)

分页获取本地指定标签下会话列表功能

Since

5.1.1

Parameters

tagId

tag id

ts

会话中最后一条消息时间戳

count

获取数量 20<= count <=100

callback

分页获取本地指定标签下会话列表功能回调