Skip to main content

ModifyDataProtectionAcceptance [Player Network SDK Only]

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

note

Please reach out to the Player Network representative before using the API.

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

void ModifyDataProtectionAcceptance(string tos_ver,  string pp_ver);

Input Parameters

ParameterTypeDescription
tos_verstringTerms of Service version
pp_verstringPrivacy Policy version

Callback Processing

The callback processing API is GUAAccountResultObservers. The callback data structure is GUAAccountResult.

The callback event is AccountEvents. The callback methodID is GUA_ACCOUNT_MODIFY_DATA_PROTECTION_ACCEPTANCE.

Code Sample

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