Skip to main content

QueryDataProtectionAcceptance

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

Queries Player Network SDK user data protection information.

note

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

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
public static bool QueryDataProtectionAcceptance();

Observers

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

The callback methodID is kMethodIDAuthQueryDataProtectionAcceptance.

Code sample

UINTLSDKAPI::QueryDataProtectionAcceptance();