Skip to main content

Get Avatar Information (GetLIAvatarInfo)

AndroidiOSWindows
If you are using Unreal Engine, see Unreal Engine SDK's GetLIAvatarInfo.

Function definition

Retrieve the list of avatar information that the user can select, including avatar names and avatar links.Example:

"avatar_config_list": [
{
"avatar_name": "0",
"avatar_url": "https://aaa.png"
},
{
"avatar_name": "1",
"avatar_url": "https://bbb.jpeg"
},
{
"avatar_name": "2",
"avatar_url": "https://ccc.jpeg"
}
],
public void GetLIAvatarInfo();

Callback processing

The callback handler interface is AuthAccountResultObserver.The callback data structure is AccountResult.

The callback ID is INTL_AUTH_GET_LIP_AVATAR.

Sample Code

INTLAPI.GetLIAvatarInfo();