get Batch Local Messages
public abstract void getBatchLocalMessages(ConversationType conversationType, String targetId, String channelId, List<String> messageUIDs, IRongCoreCallback.IGetMessagesByUIDsCallback callback)
Since
5.2.5.2 批量获取本地消息
Parameters
conversation Type
会话类型,支持单聊、群聊、超级群、聊天室会话类型
target Id
会话 ID
channel Id
频道 ID,非超级群时传入 null
message UIDs
要获取的消息 UID 列表,最多支持 20 条
callback
结果回调