RequestAccountInfo
Get account information. Use this in User Center to obtain account information.
Function definition
public static void RequestAccountInfo(string extraJson);
Input parameters
Parameter | Type | Description |
---|---|---|
extraJson | string | Extra parameter in JSON string |
Observers
The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.
The callback methodID is INTL_AUTH_ACCOUNT_INFO
.
Code sample
INTLAPI.RequestAccountInfo("");