跳到主要内容

修改个人信息(ModifyProfile)

AndroidiOSWindows
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 ModifyProfile

函数定义

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ModifyProfile(FINTLAccountProfile userProfile);

入参说明

参数类型说明
userProfileFINTLAccountProfile账号简介,包括用户名,生日,国家和地区等信息

回调处理

回调处理接口是 AuthAccountResultObserver。回调数据结构是 AccountResult

回调 ID 是 kMethodIDAuthModifyProfile

代码示例

UINTLSDKAPI::ModifyProfile(userProfile);