修改个人信息(ModifyProfile)
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ModifyProfile(FINTLAccountProfile userProfile);
入参说明
参数 | 类型 | 说明 |
---|---|---|
userProfile | FINTLAccountProfile | 账号简介,包括用户名,生日,国家和地区等信息 |
回调处理
回调处理接口是 AuthAccountResultObserver。回调数据结构是 AccountResult。
回调 ID 是 kMethodIDAuthModifyProfile
。
代码示例
UINTLSDKAPI::ModifyProfile(userProfile);