-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class SetAppInBackgroundScreenAction implements IAction
This action sets the layout used when no app is connected to intent service.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SetAppInBackgroundScreenAction(NIMMSTALayout layout)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()StringgetName()JsonObjectgetDataJson()-
-
Constructor Detail
-
SetAppInBackgroundScreenAction
SetAppInBackgroundScreenAction(NIMMSTALayout layout)
-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getDataJson
JsonObject getDataJson()
-
-
-
-