Declaration
public static void GetUserHeadImage(string UID, Action<Sprite> callback)
Parameters
| Parameter Name | Parameter Description |
|---|---|
| UID | User whose profile photo is to be obtained |
| callback | Callback 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.
