pl.wendigo.chrome.api.page / SetDeviceOrientationOverrideRequest

SetDeviceOrientationOverrideRequest

data class SetDeviceOrientationOverrideRequest (source)

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

Overrides the Device Orientation.

Link
Page#setDeviceOrientationOverride method documentation.

See Also

PageOperations.setDeviceOrientationOverride

Constructors

<init>

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

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

Properties

alpha

val alpha: Double

Mock alpha

beta

val beta: Double

Mock beta

gamma

val gamma: Double

Mock gamma