跳到主要内容

查询自建账号用户信息(QueryAccountProfile)

AndroidiOSWindows
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 QueryAccountProfile

登录自建账号后,可以通过此接口获取用户信息。信息在 AccountResult 的 profile 字段。

函数定义

public static void QueryAccountProfile()

回调处理

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

回调 ID 是 INTL_AUTH_QUERY_ACCOUNT_PROFILE

代码示例

INTLAPI.QueryAccountProfile();