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

create

@JvmStatic
fun <T> create(subscriptionHandler: (Observer<T>) -> Disposable): Observable<T>

Used to create a custom Observable implementation whereby the subscriptionHandler will be call upon an Observer subscribing to the returned Observable

Parameters

subscriptionHandler

the handler to call upon subscription

Generated by Dokka
(c) Tealium 2026