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

stateSubject

@JvmStatic
fun <T> stateSubject(initialValue: T): StateSubject<T>

Returns an observable subject that emits values to any subscribers at the time of the emission.

When subscribing, new subscribers will receive the latest emission if there has already been one

Generated by Dokka
(c) Tealium 2026