-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class SetScreenOrientationAction implements IAction
This action sets the screen orientation of the device See ScreenOrientation for possible values
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final ScreenOrientationrotationprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SetScreenOrientationAction(ScreenOrientation rotation)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()final ScreenOrientationgetRotation()StringgetName()JsonObjectgetDataJson()-
-
Constructor Detail
-
SetScreenOrientationAction
SetScreenOrientationAction(ScreenOrientation rotation)
-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getRotation
final ScreenOrientation getRotation()
-
getDataJson
JsonObject getDataJson()
-
-
-
-