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

Disposable

interface Disposable

Defines a resource that can be disposed.

Inheritors

CompositeDisposable

Properties

isDisposed
Link copied to clipboard
abstract val isDisposed: Boolean

Specifies whether or not this resource is currently disposed or not.

Functions

dispose
Link copied to clipboard
abstract fun dispose()

Disposes of this resource.

Generated by Dokka
(c) Tealium 2026