Query for Data Protection Acceptance
AndroidiOSWindows
If you're using the Unity engine, see the QueryDataProtectionAcceptance for Unity SDK.
If you're using the Unity engine, see the QueryDataProtectionAcceptance for Unity SDK.
Query Player Network SDK user data protection information.
note
Before access, please first contact Player Network Assistant.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
public static bool QueryDataProtectionAcceptance();
Callback processing
The callback handler interface is AuthAccountResultObserver.The callback data structure is AccountResult.
The callback ID is kMethodIDAuthQueryDataProtectionAcceptance.
Code example
UINTLSDKAPI::QueryDataProtectionAcceptance();