跳到主要内容

引继账号(TransferAccount)

AndroidiOS
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 TransferAccount

转移账号数据。

函数定义

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

入参说明

参数类型说明
transferCodestring引继码用于转移特定的账号的引继码
passwordstring生成引继码是设置的密码

回调处理

回调处理接口是 AuthBaseResultObserver。回调数据结构是 BaseResult

回调 ID 是 INTL_AUTH_TRANSFER_ACCOUNT

代码示例

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