跳到主要内容

引继账号(TransferAccount)

AndroidiOS
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 TransferAccount

转移账号数据。

函数定义

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void TransferAccount(const FString& transferCode, const FString& password);

入参说明

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

回调处理

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

回调 ID 是 kMethodIDAuthTransferAccount

代码示例

UINTLSDKAPI::TransferAccount("transferCode","password");