Declaration
public static void AddFriend(string UID, Action<bool> callback)
Parameters
Parameter Name | Parameter Description |
---|---|
UID | UID of the user to whom a friend request is sent |
callback | Callback function triggered after a user tries to send a friend request. It returns whether the friend request is sent successfully. |
Description
Sends a friend request.