ParaUserService.GetUserHeadImage

Declaration

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

Parameters

Parameter NameParameter Description
UIDUser whose profile photo is to be obtained
callbackCallback function triggered when the profile photo is obtained successfully. It will return the user's profile photo.

Description

Gets the user's profile photo corresponding to a specified UID.