|
NIMSDK-AOS
10.9.71
|
申请添加好友相关操作信息 更多...
Public 成员函数 | |
| String | getApplicantAccountId () |
| 申请者账号 更多... | |
| String | getRecipientAccountId () |
| 被申请者账号 更多... | |
| String | getOperatorAccountId () |
| 操作者账号 更多... | |
| String | getPostscript () |
| 操作时添加的附言 更多... | |
| V2NIMFriendAddApplicationStatus | getStatus () |
| 操作的状态 更多... | |
| long | getTimestamp () |
| 操作的时间 更多... | |
| boolean | isRead () |
| 是否已读 更多... | |
| String | getServerId () |
| 申请记录id 更多... | |
| long | getUpdateTimestamp () |
| 更新时间戳 更多... | |
| List< V2NIMPostscript > | getPostscriptHistory () |
| 附言历史记录 更多... | |
申请添加好友相关操作信息
在文件 V2NIMFriendAddApplication.java 第 10 行定义.
| 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 | ( | ) |
是否已读
1.8.11