DeviceObject

data class DeviceObject(val id: String?, val isActive: Boolean, val isPrivateSession: Boolean, val isRestricted: Boolean, val name: String, val type: String, val volumePercent: Int?, val supportsVolume: Boolean)

Constructors

Link copied to clipboard
constructor(id: String?, isActive: Boolean, isPrivateSession: Boolean, isRestricted: Boolean, name: String, type: String, volumePercent: Int?, supportsVolume: Boolean)

Properties

Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard