acceptFriendApplication abstract method

Available since: 2.14.0 or above.

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

Implementation

Future<ZIMFriendApplicationAcceptedResult> acceptFriendApplication(String userID,ZIMFriendApplicationAcceptConfig config);