Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.pubsub/Consumer

Consumer

fun interface Consumer<T>

Reimplementation of the Java SDK's java.util.function.Consumer that isn't supported across all Android API levels.

Functions

accept
Link copied to clipboard
abstract fun accept(value: T)

Method to receive the values to consume.

Generated by Dokka
(c) Tealium 2026