Skip to main content

Modify Personal Information (ModifyProfile)

AndroidiOSWindows
If you are using the Unity engine, please see Unity SDK's ModifyProfile.

Function definition

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

Parameter Explanation

ParametersTypeExplanation
userProfileFINTLAccountProfileAccount profile, including username, birthday, country, and region information

Callback processing

The callback processing interface is AuthAccountResultObserver.The callback data structure is AccountResult.

The callback methodID is kMethodIDAuthModifyProfile.

Sample Code

UINTLSDKAPI::ModifyProfile(userProfile);