使用确认码登录(LoginWithConfirmCode)
当登录或者绑定失败后,通过后台返回的确认码再次尝试登录,避免让用户再次拉起授权登录界面。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool LoginWithConfirmCode(const int32 actionType);
入参说明
参数 | 类型 | 说明 |
---|---|---|
actionType | int32 | 0:一般登录 1:将渠道账号绑定到当前游客 |
回调处理
回调处理接口是 AuthResultObserver。回调数据结构是 AuthResult。
回调 ID 是 kMethodIDAuthLoginWithConfirmCode
。
代码示例
UINTLSDKAPI::LoginWithConfirmCode(0); //General login