Skip to main content

Request Account Information (RequestAccountInfo)

AndroidiOSWindows
If you are using the Unity engine, see Unity SDK's RequestAccountInfo.

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

Function Definition

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

Parameter Instructions

ParametersTypeExplanation
extra_jsonFStringAdditional parameter JSON string

Observers

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

Callback method ID is kMethodIDAuthAccountInfo.

Code example

ULevelInfiniteAPI::RequestAccountInfo("");