|
NIMSDK-AOS
10.9.76
|
添加好友的事件通知 更多...
类 | |
| enum | Event |
| 收到的事件 更多... | |
Public 成员函数 | |
| AddFriendNotify (String account, Event event) | |
| AddFriendNotify (String account, Event event, String msg) | |
| AddFriendNotify (String account, Event event, String msg, String serverExt) | |
| String | getAccount () |
| Event | getEvent () |
| String | getMsg () |
| String | getServerExt () |
添加好友的事件通知
在文件 AddFriendNotify.java 第 10 行定义.
| com.netease.nimlib.sdk.friend.model.AddFriendNotify.AddFriendNotify | ( | String | account, |
| Event | event | ||
| ) |
在文件 AddFriendNotify.java 第 64 行定义.
| com.netease.nimlib.sdk.friend.model.AddFriendNotify.AddFriendNotify | ( | String | account, |
| Event | event, | ||
| String | msg | ||
| ) |
在文件 AddFriendNotify.java 第 69 行定义.
| com.netease.nimlib.sdk.friend.model.AddFriendNotify.AddFriendNotify | ( | String | account, |
| Event | event, | ||
| String | msg, | ||
| String | serverExt | ||
| ) |
在文件 AddFriendNotify.java 第 75 行定义.
| String com.netease.nimlib.sdk.friend.model.AddFriendNotify.getAccount | ( | ) |
在文件 AddFriendNotify.java 第 82 行定义.
| Event com.netease.nimlib.sdk.friend.model.AddFriendNotify.getEvent | ( | ) |
在文件 AddFriendNotify.java 第 86 行定义.
| String com.netease.nimlib.sdk.friend.model.AddFriendNotify.getMsg | ( | ) |
在文件 AddFriendNotify.java 第 90 行定义.
| String com.netease.nimlib.sdk.friend.model.AddFriendNotify.getServerExt | ( | ) |
在文件 AddFriendNotify.java 第 94 行定义.
1.8.11