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

subscribe

abstract fun subscribe(observer: Observer<T>): Disposable

Subscribes the given observer to receive updates

Return

A Disposable implementation for cancelling the subscription

Parameters

observer

The object to receive the updated values

Generated by Dokka
(c) Tealium 2026