ConsentState
Represents the consent state of a user.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UnityConsent
- Assembly: UnityEngine.UnityConsentModule
public struct ConsentState
Fields
Value | Description |
|---|---|
| AdsIntent | The consent status for Ads. |
| AnalyticsIntent | The consent status for Analytics. |
Constructors
Constructor | Description |
|---|---|
| ConsentState() | Initializes a new instance of the ConsentState struct with default values. |
Methods
Method | Description |
|---|---|
| ToString | Returns a string representation of the consent state. |