Skip to main content

RequestAccountInfo

AndroidiOSWindows
If you were looking for the method for use with Unity, see RequestAccountInfo for Unity SDK.

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

Function definition

UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void RequestAccountInfo(const FString extra_json);

Input parameters

ParameterTypeDescription
extra_jsonFStringExtra parameter in JSON string

Observers

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

The callback methodID is kMethodIDAuthAccountInfo.

Code sample

ULevelInfiniteAPI::RequestAccountInfo("");