获取 LI PASS 合并用户信息(GetLICombineAccountInfo)
获取 LI PASS 合并用户信息。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void GetLICombineAccountInfo();
回调处理
回调处理接口是 AuthAccountResultObserver。回调数据结构是 AccountResult。
回调 ID 是 kMethodIDAuthGetLIPCombineAccountInfo
。
代码示例
auto LICombineAccountInfo = UINTLSDKAPI::GetLICombineAccountInfo();
返回值
返回 LI PASS 用户的头像信息、合规信息、LI PASS 协议勾选状态以及用户积分等相关信息。