Skip to main content

RequestBindDataForAccount

AndroidiOSWindows

Retrieve linking result. When linking LI PASS, use this API to retrieve the linking result.

Function definition

UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
void UINTLSDKAPI::RequestBindDataForAccount(const FString Uid,
const FString Token,
const FString ExtraJson);

Input parameters

ParameterTypeDescription
UidFStringAccount info uid
TokenFStringAccount info token
ExtraJsonFStringExtra parameters in JSON format

Observers

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

The callback methodID is kMethodIDAuthRequestBindDataForAccount.

Code sample

ULevelInfiniteAPI::RequestBindDataForAccount("uid","token","");