SetSensorOverrideEnabledRequest

@Serializable
data class SetSensorOverrideEnabledRequest(val enabled: Boolean, val type: SensorType, val metadata: SensorMetadata? = null)

Request object containing input parameters for the EmulationDomain.setSensorOverrideEnabled command.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, type: SensorType, metadata: SensorMetadata? = null)

Types

Link copied to clipboard
class Builder(val enabled: Boolean, val type: SensorType)

A builder for SetSensorOverrideEnabledRequest, which allows setting the optional parameters of the EmulationDomain.setSensorOverrideEnabled command via a lambda.

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)