请求账号信息(RequestAccountInfo)
在账号中心使用此接口获取账号信息。
函数定义
UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void RequestAccountInfo(const FString extra_json);
入参说明
参数 | 类型 | 说明 |
---|---|---|
extra_json | FString | 额外参数 JSON 串 |
回调处理
回调处理接口是 AuthAccountResultObserver。回调数据结构是 AccountResult。
回调方法 ID 是 kMethodIDAuthAccountInfo
。
代码示例
ULevelInfiniteAPI::RequestAccountInfo("");