Skip to main content

QueryDataProtectionAcceptance

AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see QueryDataProtectionAcceptance for Unreal Engine SDK.

Queries Player Network SDK user data protection information.

note

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

Function definition

public static void QueryDataProtectionAcceptance();

Observers

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

The callback methodID is INTL_AUTH_QUERY_DATA_PROTECTION_ACCEPTANCE.

Code sample

INTLAPI.QueryDataProtectionAcceptance();