Declaration
public static void DeleteFriend(string UID, Action<bool> callback)
Parameters
| Parameter Name | Parameter Description |
|---|---|
| UID | UID of the friend to be removed. |
| callback | Callback function triggered after a user tries to remove a friend. It returns whether the friend is removed successfully. |
Description
Removes a friend.
