Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.consent

Package-level declarations

Consent definition

Types

CmpAdapter
Link copied to clipboard
interface CmpAdapter

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

ConsentDecision
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.

Generated by Dokka
(c) Tealium 2026