Idle

data class Idle(val description: Int = R.string.bluetooth_not_enabled_description, val missingPermissions: List<String>? = null, val settingsAction: Action.Settings? = null) : BluetoothUiState

Constructors

Link copied to clipboard
constructor(description: Int = R.string.bluetooth_not_enabled_description, missingPermissions: List<String>? = null, settingsAction: Action.Settings? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard