Uses of Enum Class
com.iizix.gyro.ScreenOrientation
Uses of ScreenOrientation in com.iizix.gyro
Modifier and TypeMethodDescriptionIClientSessionGyro.getScreenOrientation()
Gets the current screen orientation.static ScreenOrientation
Returns the enum constant of this class with the specified name.static ScreenOrientation[]
ScreenOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IScreenOrientationListener.onScreenOrientationChanged
(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.boolean
IClientSessionGyro.setScreenOrientation
(ScreenOrientation orientation) Locks the screen orientation.Uses of ScreenOrientation in com.iizix.prop
Modifier and TypeMethodDescriptionEnvProps.getScreenOrientation()
Gets the current screen orientation.Modifier and TypeMethodDescriptionboolean
EnvProps.setScreenOrientation
(ScreenOrientation orientation) Locks the screen orientation.Uses of ScreenOrientation in com.iizix.server.gyro
Modifier and TypeMethodDescriptionClientSessionGyro.getScreenOrientation()
Gets the current screen orientation.Modifier and TypeMethodDescriptionboolean
ClientSessionGyro.setScreenOrientation
(ScreenOrientation orientation) Locks the screen orientation.