跳到主要内容

获取头像信息(GetLIAvatarInfo)

AndroidiOSWindows
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 GetLIAvatarInfo

函数定义

获取允许用户选择的头像信息列表,包含头像名称、头像链接。示例:

"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"
}
],
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool GetLIAvatarInfo();

回调处理

回调处理接口是 AuthAccountResultObserver。回调数据结构是 AccountResult

回调 ID 是 kMethodIDAuthModifyProfile

代码示例

UINTLSDKAPI::GetLIAvatarInfo();