blockList property

List<String>? blockList
final

~english Gets the block list of the group.

If no block list is found from the server, the return may be empty.

Note To get the correct value, ensure that you call EMGroupManager.fetchBlockListFromServer before calling this method. ~end

~chinese 从内存中获取群组黑名单。

如果没有找到会返回空列表。

Note 如需最新数据,需先从服务器获取:EMGroupManager.fetchBlockListFromServer

只有群主和管理员可以调用该方法。

Return 群组黑名单。 ~end

Implementation

final List<String>? blockList;