search Messages By User
public abstract void searchMessagesByUser(ConversationType conversationType, String targetId, String channelId, String userId, int count, long beginTime, IRongCoreCallback.ResultCallback<List<Message>> resultCallback)
根据用户 id 搜索指定会话中的消息。
注意:如果需要自定义消息也能被搜索到,需要在自定义消息中实现 getSearchableWord 方法。超级群会话类型只支持搜索已存储到本地的消息。
Since
5.1.1
Parameters
conversation Type
指定的会话类型。
target Id
指定的会话 id。
channel Id
消息所属会话的业务标识。
user Id
用户 id。
count
返回的搜索结果数量0 < count <= 100
,如果 count > 100
,则返回 100。
begin Time
查询记录的起始时间, 传 0 时从最新消息开始搜索,从该时间往前搜索。
result Callback
搜索结果回调。