QueryAccountProfile
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see QueryAccountProfile for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see QueryAccountProfile for Unreal Engine SDK.
After logging in to the custom account, obtain user information through this interface. The information is in the profile field of AccountResult
.
Function definition
public static void QueryAccountProfile()
Observers
The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.
The callback methodID is INTL_AUTH_QUERY_ACCOUNT_PROFILE
.
Code sample
INTLAPI.QueryAccountProfile();