TransferAccount
AndroidiOS
If you were looking for the method for use with Unreal Engine, see TransferAccount for Unreal Engine SDK.
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
Parameter | Type | Description |
---|---|---|
transferCode | string | Transfer code used to transfer specified account |
password | string | Password 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");