Set Device Orientation Override Request
data class SetDeviceOrientationOverrideRequest(alpha: Double, beta: Double, gamma: Double)
Content copied to clipboard
Represents request frame that can be used with DeviceOrientation#setDeviceOrientationOverride operation call.
Overrides the Device Orientation.
See also
Constructors
SetDeviceOrientationOverrideRequest
Link copied to clipboard
fun SetDeviceOrientationOverrideRequest(alpha: Double, beta: Double, gamma: Double)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard