Idle
data class Idle(val description: Int = R.string.bluetooth_not_enabled_description, val settingsAction: Action.Settings? = null) : BluetoothUiState
Constructors
Link copied to clipboard
constructor(description: Int = R.string.bluetooth_not_enabled_description, settingsAction: Action.Settings? = null)