BluetoothUiState

sealed interface BluetoothUiState

Inheritors

Types

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