removeUsersFromBlacklist abstract method

Future<ZIMBlacklistUsersRemovedResult> removeUsersFromBlacklist(
  1. List<String> userIDs
)

Available since: 2.13.0 or above.

Description: Through this interface, the user with the specified userID can be removed from the blacklist.

When to call /Trigger: It is available only after calling create to create the instance and then calling login to login.

Related callbacks: ZIMBlacklistUsersRemovedResult.

Usage restrictions: The number of userID passed in at one time cannot exceed 20. userIDs The list of userIDs to be removed to blacklist.

Implementation

Future<ZIMBlacklistUsersRemovedResult> removeUsersFromBlacklist(List<String> userIDs);