获取历史消息
获取历史消息
loadMessages方法先从本地获取历史消息,本地有缺失的情况下会从服务端同步缺失的部分。当本地没有更多消息的时候,会从服务端拉取。
int loadMessages(
RCIMConversationType type,
string targetId,
string channelId,
int sentTime,
RCIMTimeOrder order,
RCIMMessageOperationPolicy policy,
int count
)
该方法详细介绍参考loadMessages