Skip to main content

Request Account Information (RequestAccountInfo)

If you are using Unreal Engine, please see Unreal Engine SDK's RequestAccountInfo.

Use this interface in the Account Center to retrieve account information.

Function Definition

public static void RequestAccountInfo(string extraJson) ;

Parameter Instructions

ParametersTypeExplanation
extraJsonstringAdditional 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("");