searchMessagesByUser

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

conversationType

指定的会话类型。

targetId

指定的会话 id。

channelId

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

userId

用户 id。

count

返回的搜索结果数量0 < count <= 100,如果 count > 100,则返回 100。

beginTime

查询记录的起始时间, 传 0 时从最新消息开始搜索,从该时间往前搜索。

resultCallback

搜索结果回调。