|
NIMSDK-AOS
9.20.15
|
Public 成员函数 | |
| long | getTime () |
| 获取同步时间戳 更多... | |
| boolean | isChanged () |
| 请求同步PIN时传入了一个时间戳,和时间戳对应的时间的PIN数据相比,同步时间的数据是否有改变 更多... | |
| ArrayList< MsgPinSyncResponseOption > | getMsgPinInfoList () |
| 如果PIN数据有改变,则获取会话的全量PIN信息 更多... | |
在文件 MsgPinSyncResponseOptionWrapper.java 第 6 行定义.
| ArrayList<MsgPinSyncResponseOption> com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper.getMsgPinInfoList | ( | ) |
如果PIN数据有改变,则获取会话的全量PIN信息
| long com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper.getTime | ( | ) |
获取同步时间戳
| boolean com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper.isChanged | ( | ) |
请求同步PIN时传入了一个时间戳,和时间戳对应的时间的PIN数据相比,同步时间的数据是否有改变
1.8.11