API reference
API reference
Select your platform
No SDKs available
No versions available

ConsentStatus Enum

This enum represents the current status of a Consent

Signature

enum ConsentStatus : Enum<ConsentStatus> 

Enumeration Constants

MemberDescription
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

Properties

value : Int
[Get]
Signature
val value: Int
Did you find this page helpful?