enum ConsentStatus : Enum<ConsentStatus>
| Member | Description |
|---|---|
DefaultNotSeen |
User hasn't seen the consent yet.
|
Seen |
User has seen the consent but hasn't approved/declined yet.
|
Withdrawn |
User has seen the consent but either declined when consent was first shown or withdrawn at a later time from some settings UI.
|
Consented |
User has consented to the consent
|
value
: Int
[Get] |
Signature
val value: Int |