EndUserConsent
Provides methods and events to manage and track the user's consent state.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UnityConsent
- Assembly: UnityEngine.UnityConsentModule
public static class EndUserConsent
Static Methods
Method | Description |
|---|---|
| GetConsentState | Retrieves the current consent state of the user. |
| SetConsentState | Updates the consent state of the user. |
Static Events
Member | Description |
|---|---|
| consentStateChanged | Occurs when the consent state of the user changes. |