ParaUserService.GetUserName

Declaration

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

Parameters

Parameter NameParameter Description
UIDUser whose name is to be obtained
callbackCallback 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.