ScreenStateHolder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val effects: SharedFlow<Effect>
Link copied to clipboard
val uiState: StateFlow<State>

Functions

Link copied to clipboard
expect open fun addCloseable(closeable: AutoCloseable)
expect fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun MutableSharedFlow<Effect>.dispatch(effect: Effect)
Link copied to clipboard
expect fun <T : AutoCloseable> getCloseable(key: String): T?
Link copied to clipboard
abstract fun onEvent(event: Event)