ModifyProfile
AndroidiOSWindows
If you were looking for the method for use with Unity, see ModifyProfile for Unity SDK.
If you were looking for the method for use with Unity, see ModifyProfile for Unity SDK.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ModifyProfile(FINTLAccountProfile userProfile);
Input parameters
Parameter | Type | Description |
---|---|---|
userProfile | FINTLAccountProfile | Account profile, such as user name, birthday, and so on |
Observers
The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.
The callback methodID is kMethodIDAuthModifyProfile
.
Code sample
UINTLSDKAPI::ModifyProfile(userProfile);