Skip to main content

Query Self-Built Account User Information (QueryAccountProfile)

AndroidiOSWindows
If you are using Unreal Engine, see QueryAccountProfile for the Unreal Engine SDK.

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();