queryFriendList abstract method

Available since: 2.14.0 or above.

Description: After receiving the friend application, reject the friend application 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: ZIMFriendApplicationRejectedResult.

Implementation

Future<ZIMFriendListQueriedResult> queryFriendList(ZIMFriendListQueryConfig config);