DeviceState

data class DeviceState(val selectedDeviceId: String, val deviceIds: List<String>)

Constructors

Link copied to clipboard
constructor(selectedDeviceId: String, deviceIds: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard