updateFriendAlias abstract method

Future<ZIMFriendAliasUpdatedResult> updateFriendAlias(
  1. String friendAlias,
  2. String userID
)

Available since: 2.14.0 or above.

Description: Through this interface, the specified userID user can update the alias.

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

Related callbacks: ZIMFriendAliasUpdatedResult.

Implementation

Future<ZIMFriendAliasUpdatedResult> updateFriendAlias(String friendAlias, String userID);