ConsentDecision

data class ConsentDecision(val decisionType: ConsentDecision.DecisionType, val purposes: Set<String>)

Describes a decision by the user as to their chosen consent preferences. This is expected to be provided by a Consent Management Provider.

Parameters

decisionType

What type of decision this is.

purposes

The purposes that have been consented to

Constructors

Link copied to clipboard
constructor(decisionType: ConsentDecision.DecisionType, purposes: Set<String>)

Types

Link copied to clipboard

The type of consent decision that has been made.

Properties

Link copied to clipboard