Skip to main content

Transfer Account (TransferAccount)

AndroidiOS
If you are using Unreal Engine, refer to the Unreal Engine SDK's TransferAccount.

Transfer account data.

Function Definition

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

Parameter Instructions

ParametersTypeExplanation
transferCodestringA transfer code used to transfer a specific account's transfer code
passwordstringThe password set when generating the transfer code

Observers

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

Callback ID is INTL_AUTH_TRANSFER_ACCOUNT.

Code example

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