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

CmpAdapter

interface CmpAdapter

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

Properties

allPurposes
Link copied to clipboard
abstract val allPurposes: Set<String>?

Returns all possible purposes from the CMP, if available.

consentDecision
Link copied to clipboard
abstract val consentDecision: Observable<ConsentDecision?>

An observable of the ConsentDecisions from the visitor.

id
Link copied to clipboard
abstract val id: String

The unique identifier for this CmpAdapter.

Generated by Dokka
(c) Tealium 2026