◆ getExt()
String com.netease.nimlib.sdk.msg.model.RecentSession.getExt |
( |
| ) |
|
◆ getLastMsg()
String com.netease.nimlib.sdk.msg.model.RecentSession.getLastMsg |
( |
| ) |
|
◆ getLastMsgType()
int com.netease.nimlib.sdk.msg.model.RecentSession.getLastMsgType |
( |
| ) |
|
最近一条消息的类型,0或者缺失表示普通消息,1表示消息撤回通知
- 返回
- 0表示普通消息,1表示消息撤回通知
◆ getRevokeNotification()
最后一条消息为撤回通知时,返回不是null 此时,可通过此接口获得一个RevokeMsgNotification实例,里面只有部分内容,或者为空
◆ getSessionId()
String com.netease.nimlib.sdk.msg.model.RecentSession.getSessionId |
( |
| ) |
|
获取会话的ID(会话类型|好友帐号,群ID等),会话类型分为p2p/team/superTeam,格式分别是:p2p|accid、team|tid、super_team|tid
- 返回
- 会话ID
◆ getUpdateTime()
long com.netease.nimlib.sdk.msg.model.RecentSession.getUpdateTime |
( |
| ) |
|
◆ parseSessionId()
Pair<SessionTypeEnum, String> com.netease.nimlib.sdk.msg.model.RecentSession.parseSessionId |
( |
| ) |
|
从session中分离出会话id和会话类型
- 返回
- 会话类型和会话id构成的Pair
◆ toRecentContact()
RecentContact com.netease.nimlib.sdk.msg.model.RecentSession.toRecentContact |
( |
| ) |
|
新建带有RecentSession信息的RecentContact
- 返回
- 转化好的RecentContact
◆ KEY_EXT
String com.netease.nimlib.sdk.msg.model.RecentSession.KEY_EXT = "ext" |
该接口的文档由以下文件生成: