Transfer Account (TransferAccount)
Transfer account data.
Function Definition
public static void TransferAccount(string transferCode, string password);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| transferCode | string | A transfer code used to transfer a specific account's transfer code |
| password | string | The 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");