State

data class State(val ipAndPort: String = "", val connectionState: DeviceConnectionViewModel.State.ConnectionState = ConnectionState.Disconnected, val devices: List<ERROR CLASS: Symbol not found for DetectedDevice> = emptyList())

Constructors

Link copied to clipboard
constructor(ipAndPort: String = "", connectionState: DeviceConnectionViewModel.State.ConnectionState = ConnectionState.Disconnected, devices: List<ERROR CLASS: Symbol not found for DetectedDevice> = emptyList())

Properties

Link copied to clipboard
val devices: List<ERROR CLASS: Symbol not found for DetectedDevice>
Link copied to clipboard
val hasDevices: ERROR CLASS: Unresolved name: isNotEmpty
Link copied to clipboard