BluetoothUiState

sealed interface BluetoothUiState

Inheritors

Types

Link copied to clipboard
data class Idle(val description: StringResource = StringResource(R.string.bluetooth_not_enabled_description), val settingsAction: Action.Settings? = null) : BluetoothUiState
Link copied to clipboard
data class Ready(val header: StringResource?, val devices: List<DeviceUiModel>) : BluetoothUiState