|
NIMSDK-AOS
10.9.71
|
黑名单变更通知 更多...
Public 成员函数 | |
| BlackListChangedNotify (List< String > addedAccounts, List< String > removedAccounts) | |
| BlackListChangedNotify (String addedAccounts, String removedAccounts) | |
| List< String > | getAddedAccounts () |
| 返回被加入到黑名单的用户账号 更多... | |
| List< String > | getRemovedAccounts () |
| 返回移出黑名单的用户账号 更多... | |
黑名单变更通知
在文件 BlackListChangedNotify.java 第 10 行定义.
| com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.BlackListChangedNotify | ( | List< String > | addedAccounts, |
| List< String > | removedAccounts | ||
| ) |
在文件 BlackListChangedNotify.java 第 16 行定义.
| com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.BlackListChangedNotify | ( | String | addedAccounts, |
| String | removedAccounts | ||
| ) |
在文件 BlackListChangedNotify.java 第 26 行定义.
| List<String> com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.getAddedAccounts | ( | ) |
| List<String> com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.getRemovedAccounts | ( | ) |
1.8.11