pl.wendigo.chrome.api.deviceorientation / SetDeviceOrientationOverrideRequest

SetDeviceOrientationOverrideRequest

data class SetDeviceOrientationOverrideRequest (source)

Represents request frame that can be used with DeviceOrientation#setDeviceOrientationOverride operation call.

Overrides the Device Orientation.

Link
DeviceOrientation#setDeviceOrientationOverride method documentation.

See Also

DeviceOrientationOperations.setDeviceOrientationOverride

Constructors

<init>

SetDeviceOrientationOverrideRequest(alpha: Double, beta: Double, gamma: Double)

Represents request frame that can be used with DeviceOrientation#setDeviceOrientationOverride operation call.

Properties

alpha

val alpha: Double

Mock alpha

beta

val beta: Double

Mock beta

gamma

val gamma: Double

Mock gamma