Enum ConsentStatus
The list of possible consent status.
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public enum ConsentStatus
Fields
| Name | Description |
|---|---|
| Denied | The consent has been explicitly denied. |
| Given | The consent has been explicitly given. |
| NotDetermined | The consent has neither been given nor denied yet. |