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. Members Functions accept Link copied to clipboard abstract fun accept(value: T)Method to receive the values to consume.