Package io.webfolder.cdp.command
Interface DeviceOrientation
-
public interface DeviceOrientation
-
-
Method Summary
Modifier and Type Method Description void
clearDeviceOrientationOverride()
Clears the overridden Device Orientation.void
setDeviceOrientationOverride(java.lang.Double alpha, java.lang.Double beta, java.lang.Double gamma)
Overrides the Device Orientation.
-
-
-
Method Detail
-
clearDeviceOrientationOverride
void clearDeviceOrientationOverride()
Clears the overridden Device Orientation.
-
setDeviceOrientationOverride
void setDeviceOrientationOverride(java.lang.Double alpha, java.lang.Double beta, java.lang.Double gamma)
Overrides the Device Orientation.- Parameters:
alpha
- Mock alphabeta
- Mock betagamma
- Mock gamma
-
-