Package io.webfolder.cdp.command
Interface DeviceOrientation
-
public interface DeviceOrientation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearDeviceOrientationOverride()
Clears the overridden Device Orientation.void
setDeviceOrientationOverride(Double alpha, Double beta, Double gamma)
Overrides the Device Orientation.
-