RequestAccountInfo
AndroidiOSWindows
If you were looking for the method for use with Unity, see RequestAccountInfo for Unity SDK.
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
Parameter | Type | Description |
---|---|---|
extra_json | FString | Extra 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("");