checkFriendsRelation abstract method

Available since: 2.14.0 or above.

Description:Through this interface, you can check the friend relationship with the specified user.

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

Related callbacks: ZIMEventHandler.ZIMFriendAddedResult.

Implementation

Future<ZIMFriendsRelationCheckedResult> checkFriendsRelation(List<String> userIDs,ZIMFriendRelationCheckConfig config);