Declaration
public static void GetUserName(string UID, Action<string> callback)
Parameters
Parameter Name | Parameter Description |
---|---|
UID | User whose name is to be obtained |
callback | Callback function triggered when the name is obtained successfully. It will return the user's name. |
Description
Gets the user's name corresponding to a specified UID.