ComponentModeReconfigurator

Represents the ability of a Component to reconfigure its mode.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun receiveModeUpdates(): Flow<Pair<ComponentRef, Mode>>

Returns the new Mode for the given Component.

Link copied to clipboard
abstract suspend fun setMode(component: ComponentRef, mode: Mode)

Sets the new Mode for the given Component.