NIMSDK-AOS  9.15.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper接口 参考
类 com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper 继承关系图:

Public 成员函数

long getTime ()
 获取同步时间戳 更多...
 
boolean isChanged ()
 请求同步PIN时传入了一个时间戳,和时间戳对应的时间的PIN数据相比,同步时间的数据是否有改变 更多...
 
ArrayList< MsgPinSyncResponseOptiongetMsgPinInfoList ()
 如果PIN数据有改变,则获取会话的全量PIN信息 更多...
 

详细描述

在文件 MsgPinSyncResponseOptionWrapper.java6 行定义.

成员函数说明

◆ getMsgPinInfoList()

ArrayList<MsgPinSyncResponseOption> com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper.getMsgPinInfoList ( )

如果PIN数据有改变,则获取会话的全量PIN信息

返回
会话的全量PIN信息

◆ getTime()

long com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper.getTime ( )

获取同步时间戳

返回
同步时间戳

◆ isChanged()

boolean com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper.isChanged ( )

请求同步PIN时传入了一个时间戳,和时间戳对应的时间的PIN数据相比,同步时间的数据是否有改变

返回
是否有改变

该接口的文档由以下文件生成: