deleteFriends abstract method

Future<ZIMFriendsDeletedResult> deleteFriends(
  1. List<String> userIDs,
  2. ZIMFriendDeleteConfig config
)

Available since: 2.14.0 or above.

Description:Through this interface, the specified user can be deleted from the friend list.

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

Related callbacks: ZIMEventHandler.onFriendListChanged.

Implementation

Future<ZIMFriendsDeletedResult> deleteFriends(List<String> userIDs, ZIMFriendDeleteConfig config);