Query Data Protection Acceptance [Player Network SDK Only]
Query Player Network SDK User Data Protection Information [Player Network SDK Only].
note
Contact the Player Network assistant before integration.
Supported Platforms
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Supports
Android, iOS, Windows platform.Function Definition
- Unity
- Unreal Engine
void QueryDataProtectionAcceptance();
static void QueryDataProtectionAcceptance();
Callback Handling
The callback handler interface is GUAAccountResultObservers.The callback data structure is GUAAccountResult.
- Unity
- Unreal Engine
The callback event is AccountEvents. The callback ID is GUA_ACCOUNT_QUERY_DATA_PROTECTION_ACCEPTANCE.
The callback event is OnAccountResultNotify. The callback ID is kMethodIDAccountQueryDataProtectionAcceptance.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryDataProtectionAcceptance();
GUA_NAMESPACE::GUAAccountService::QueryDataProtectionAcceptance();