Public 成员函数 | |
void | setGetType (int getType) |
void | setUserID (String userID) |
void | setGroupID (String groupID) |
void | setCount (int count) |
void | setLastMsg (V2TIMMessage lastMsg) |
int | getGetType () |
String | getUserID () |
String | getGroupID () |
int | getCount () |
V2TIMMessage | getLastMsg () |
静态 Public 属性 | |
static final int | V2TIM_GET_CLOUD_OLDER_MSG = 1 |
static final int | V2TIM_GET_CLOUD_NEWER_MSG = 2 |
static final int | V2TIM_GET_LOCAL_OLDER_MSG = 3 |
static final int | V2TIM_GET_LOCAL_NEWER_MSG = 4 |
|
inline |
拉取消息类型,可以设置拉取本地、云端更老或则更新的消息。
getType | 拉取类型,取值为 V2TIM_GET_CLOUD_OLDER_MSG,V2TIM_GET_CLOUD_NEWER_MSG,V2TIM_GET_LOCAL_OLDER_MSG,V2TIM_GET_LOCAL_NEWER_MSG |
|
inline |
拉取单聊历史消息
|
inline |
拉取群组历史消息
|
inline |
拉取消息数量
|
inline |
拉取消息的起始消息,如果传 null,起始消息为会话的最新消息
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
获取云端更老的消息
|
static |
获取云端更新的消息
|
static |
获取本地更老的消息
|
static |
获取本地更新的消息