queryFriendsInfo abstract method

Future<ZIMFriendsInfoQueriedResult> queryFriendsInfo(
  1. List<String> userIDs
)

Available since: 2.14.0 or above.

Description: If you need to query the information of a group of designated friends for display, you can query it through this interface.

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

Related callbacks: ZIMFriendListQueriedResult.

Implementation

Future<ZIMFriendsInfoQueriedResult> queryFriendsInfo(List<String> userIDs);