getBatchLocalMessages

public abstract void getBatchLocalMessages(    ConversationType conversationType,     String targetId,     String channelId,     List<String> messageUIDs,     IRongCoreCallback.IGetMessagesByUIDsCallback callback)

Since

5.2.5.2 批量获取本地消息

Parameters

conversationType

会话类型,支持单聊、群聊、超级群、聊天室会话类型

targetId

会话 ID

channelId

频道 ID,非超级群时传入 null

messageUIDs

要获取的消息 UID 列表,最多支持 20 条

callback

结果回调