Skip to main content

RequestAccountInfo

If you were looking for the method for use with Unreal Engine, see RequestAccountInfo for Unreal Engine SDK.

Get account information. Use this in User Center to obtain account information.

Function definition

public static void RequestAccountInfo(string extraJson);

Input parameters

ParameterTypeDescription
extraJsonstringExtra parameter in JSON string

Observers

The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.

The callback methodID is INTL_AUTH_ACCOUNT_INFO.

Code sample

INTLAPI.RequestAccountInfo("");