请求账号信息(RequestAccountInfo)
在账号中心使用此接口获取账号信息。
函数定义
public static void RequestAccountInfo(string extraJson);
入参说明
参数 | 类型 | 说明 |
---|---|---|
extraJson | string | 额外参数 JSON 串 |
回调处理
回调处理接口是 AuthAccountResultObserver。回调数据结构是 AccountResult。
回调方法 ID 是 INTL_AUTH_ACOUNT_INFO
。
代码示例
INTLAPI.RequestAccountInfo("");