queryUsersInfo abstract method

Future<ZIMUsersInfoQueriedResult> queryUsersInfo(
  1. List<String> userIDs,
  2. ZIMUserInfoQueryConfig config
)

Available since: 2.1.5 and above.

Description: Through this interface, you can query and obtain the corresponding UserInfo by userID.

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

userIDs userID list. config query config.

Implementation

Future<ZIMUsersInfoQueriedResult> queryUsersInfo(
    List<String> userIDs, ZIMUserInfoQueryConfig config);