QueryDataProtectionAcceptance [Player Network SDK Only]
[Player Network SDK Only] Queries Player Network SDK user data protection information.
note
Please reach out to the Player Network representative before using this API.
Supported Platform
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Supports
Android, iOS, Windows platform.Function Definition
- Unity
- Unreal Engine
void QueryDataProtectionAcceptance();
static void QueryDataProtectionAcceptance();
Callback Processing
The callback processing API is GUAAccountResultObservers. The callback data structure is GUAAccountResult.
- Unity
- Unreal Engine
The callback event is AccountEvents.
The callback methodID is GUA_ACCOUNT_QUERY_DATA_PROTECTION_ACCEPTANCE.
The callback event is OnAccountResultNotify.
The callback methodID is kMethodIDAccountQueryDataProtectionAcceptance.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryDataProtectionAcceptance();
GUA_NAMESPACE::GUAAccountService::QueryDataProtectionAcceptance();