ParaSocialService.DeleteFriend

Declaration

public static void DeleteFriend(string UID, Action<bool> callback)

Parameters

Parameter NameParameter Description
UIDUID of the friend to be removed.
callbackCallback function triggered after a user tries to remove a friend. It returns whether the friend is removed successfully.

Description

Removes a friend.