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.

If an interface is invoked once, the number of Userids queried cannot exceed 10. If an interface is invoked repeatedly within 10 seconds, the total number of Userids queried cannot exceed 10.

userIDs userID list. config query config.

Implementation

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