queryFriendApplicationList abstract method

Available since: 2.14.0 or above.

Description: If you need to paginate to query the list of friend applications, you can query 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: ZIMFriendApplicationListQueriedResult.

Implementation

Future<ZIMFriendApplicationListQueriedResult> queryFriendApplicationList(ZIMFriendApplicationListQueryConfig config);