queryBlacklist abstract method

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: ZIMBlacklistQueriedResult.

Usage restrictions: The number of userID passed in at one time cannot exceed 20. config Query the blacklist configuration.

Implementation

Future<ZIMBlacklistQueriedResult> queryBlacklist(ZIMBlacklistQueryConfig config);