Disposable

interface Disposable

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Reference to an object that should be disposed in time

Inheritors

Functions

Link copied to clipboard
abstract fun addTo(disposeBag: DisposeBag)

Adds this disposable to a DisposeBag

Link copied to clipboard
abstract fun dispose()

Disposes the associated object