Query for Data Protection Acceptance
AndroidiOSWindows
If you're using the Unreal Engine, see QueryDataProtectionAcceptance for Unreal Engine SDK.
If you're using the Unreal Engine, see QueryDataProtectionAcceptance for Unreal Engine SDK.
Query Player Network SDK user data protection information.
note
Before access, please first contact Player Network Assistant.
Function Definition
public static void QueryDataProtectionAcceptance();
Callback processing
The callback processing interface is AuthAccountResultObserver.The callback data structure is AccountResult.
The callback ID is INTL_AUTH_QUERY_DATA_PROTECTION_ACCEPTANCE.
Code example
INTLAPI.QueryDataProtectionAcceptance();