Skip to main content

Modify Personal Information (ModifyProfile) [Player Network SDK Only]

[Player Network SDK Only] Modify personal information.

Supported Platforms

Supports Android, iOS, Windows platform.

Function Definition

void ModifyProfile(GUAAccountProfile profileJson);

Input Parameters

ParametersTypeDescription
profileGUAAccountProfileAccount Personal Information

Callback Handling

The callback handler interface is GUAAccountResultObservers.The callback data structure is GUAAccountResult.

The callback event is AccountEvents. The callback ID is GUA_ACCOUNT_MODIFY_PROFILE.

Code example

GUAAccountProfile accountProfile = new GUAAccountProfile();
// TODO: Set accountProfile
UnionAdapterAPI.GetAccountService().ModifyProfile(accountProfile);