Request Account Information (RequestAccountInfo)
Use this interface in the Account Center to retrieve account information.
Function Definition
public static void RequestAccountInfo(string extraJson) ;
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| extraJson | string | Additional parameter JSON string |
Observers
The callback processing interface is AuthAccountResultObserver.The callback data structure is AccountResult.
The callback method ID is INTL_AUTH_ACOUNT_INFO.
Code example
INTLAPI.RequestAccountInfo("");