NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.friend.model.BlackListChangedNotify类 参考

黑名单变更通知 更多...

类 com.netease.nimlib.sdk.friend.model.BlackListChangedNotify 继承关系图:

Public 成员函数

 BlackListChangedNotify (List< String > addedAccounts, List< String > removedAccounts)
 
 BlackListChangedNotify (String addedAccounts, String removedAccounts)
 
List< String > getAddedAccounts ()
 返回被加入到黑名单的用户账号 更多...
 
List< String > getRemovedAccounts ()
 返回移出黑名单的用户账号 更多...
 

详细描述

黑名单变更通知

在文件 BlackListChangedNotify.java10 行定义.

构造及析构函数说明

◆ BlackListChangedNotify() [1/2]

com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.BlackListChangedNotify ( List< String >  addedAccounts,
List< String >  removedAccounts 
)

在文件 BlackListChangedNotify.java16 行定义.

◆ BlackListChangedNotify() [2/2]

com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.BlackListChangedNotify ( String  addedAccounts,
String  removedAccounts 
)

在文件 BlackListChangedNotify.java26 行定义.

成员函数说明

◆ getAddedAccounts()

List<String> com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.getAddedAccounts ( )

返回被加入到黑名单的用户账号

返回
拉黑账号集合

在文件 BlackListChangedNotify.java41 行定义.

◆ getRemovedAccounts()

List<String> com.netease.nimlib.sdk.friend.model.BlackListChangedNotify.getRemovedAccounts ( )

返回移出黑名单的用户账号

返回
移出黑名单账号集合

在文件 BlackListChangedNotify.java50 行定义.


该类的文档由以下文件生成: