Skip to main content

TransferAccount

AndroidiOS
If you were looking for the method for use with Unreal Engine, see TransferAccount for Unreal Engine SDK.

Transfers account data.

Function definition

public static void TransferAccount(string transferCode, string password);

Input parameters

ParameterTypeDescription
transferCodestringTransfer code used to transfer specified account
passwordstringPassword set when generating transfer code

Observers

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

The callback methodID is INTL_AUTH_TRANSFER_ACCOUNT.

Code sample

INTLAPI.TransferAccount("transferCode","password");