NIMSDK-AOS  10.9.71
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication接口 参考

申请添加好友相关操作信息 更多...

Public 成员函数

String getApplicantAccountId ()
 申请者账号 更多...
 
String getRecipientAccountId ()
 被申请者账号 更多...
 
String getOperatorAccountId ()
 操作者账号 更多...
 
String getPostscript ()
 操作时添加的附言 更多...
 
V2NIMFriendAddApplicationStatus getStatus ()
 操作的状态 更多...
 
long getTimestamp ()
 操作的时间 更多...
 
boolean isRead ()
 是否已读 更多...
 
String getServerId ()
 申请记录id 更多...
 
long getUpdateTimestamp ()
 更新时间戳 更多...
 
List< V2NIMPostscriptgetPostscriptHistory ()
 附言历史记录 更多...
 

详细描述

申请添加好友相关操作信息

在文件 V2NIMFriendAddApplication.java10 行定义.

成员函数说明

String com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getApplicantAccountId ( )

申请者账号

返回
String com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getOperatorAccountId ( )

操作者账号

返回
String com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getPostscript ( )

操作时添加的附言

返回
List<V2NIMPostscript> com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getPostscriptHistory ( )

附言历史记录

返回
String com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getRecipientAccountId ( )

被申请者账号

返回
String com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getServerId ( )

申请记录id

返回
V2NIMFriendAddApplicationStatus com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getStatus ( )

操作的状态

返回
long com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getTimestamp ( )

操作的时间

返回
long com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.getUpdateTimestamp ( )

更新时间戳

返回
boolean com.netease.nimlib.sdk.v2.friend.V2NIMFriendAddApplication.isRead ( )

是否已读

返回

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