Query Self-Built Account User Information (QueryAccountProfile)
After logging into the self-built account, you can retrieve user information through this interface.The information is in the profile field of AccountResult.
Function Definition
public static void QueryAccountProfile()
Observers
The callback handling interface is AuthAccountResultObserver.The callback data structure is AccountResult.
Callback ID is INTL_AUTH_QUERY_ACCOUNT_PROFILE.
Code sample
INTLAPI.QueryAccountProfile();