Enumeration ConsentState

Enumeration Members

denied: "denied"

User denied consent. Don't ask again!

expired: "expired"

Consent was given, but consent period is over. You might ask again for a new period.

granted: "granted"

Consent was given and is currently valid.

notStarted: "notStarted"

Consent was given, but consent period has not yet started.

unconfigured: "unconfigured"

A campaign with that ID doesn't exist or already expired.

unknown: "unknown"

There's no record of consent. User was probably never asked.

Generated using TypeDoc