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
| Parameter | Type | Description |
|---|---|---|
| Uid | FString | Account info uid |
| Token | FString | Account info token |
| ExtraJson | FString | Extra 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","");