Skip to main content

Transfer Account (TransferAccount)

AndroidiOS
If you are using the Unity engine, please refer to TransferAccount in the Unity SDK.

Transfer account data.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void Transfer Account(const FString& transferCode, const FString& password);

Parameter Instructions

ParametersTypeExplanation
transferCodeFStringA transfer code used to transfer a specific account's transfer code
passwordFStringThe password set when generating the transfer code

Observers

The callback handling interface is AuthBaseResultObserver.The callback data structure is BaseResult.

Callback ID is kMethodIDAuthTransferAccount.

Code example

UINTLSDKAPI::TransferAccount("transferCode","password");