Package-level declarations

Consent definition

Types

Link copied to clipboard
interface CmpAdapter

The CmpAdapter provides a consistent interface with external Consent Management Providers (CMP).

Link copied to clipboard
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.