Skip to main content

Modify Data Protection Acceptance [Player Network SDK Only]

Modify Player Network SDK user data protection information [Player Network SDK Only].

note

Contact the Player Network assistant before integration.

Supported Platforms

Supports Android, iOS, Windows platform.

Function Definition

void ModifyDataProtectionAcceptance(string tos_ver,  string pp_ver);

Input Parameters

ParametersTypeDescription
tos_verstringTerms of Service version number
pp_verstringPrivacy Policy version number

Callback Handling

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

Callback event is AccountEvents. Callback ID is GUA_ACCOUNT_MODIFY_DATA_PROTECTENTION_ACCEPTANCE.

Code Example

UnionAdapterAPI.GetAccountService().ModifyDataProtectionAcceptance("0.1", "0.1");