onBlacklistChanged property

void Function(ZIM zim, List<ZIMUserInfo> userList, ZIMBlacklistChangeAction action)? onBlacklistChanged
getter/setter pair

Supported versions: 2.13.0 and above.

Detail description: his method will be called back when changes occur in the blacklist.

When to call: After creating a ZIM instance through create.

Related APIs: addUsersToBlacklist.

Implementation

static void Function(
        ZIM zim, List<ZIMUserInfo> userList, ZIMBlacklistChangeAction action)?
    onBlacklistChanged;