Annotation Interface DynamicAction
Interface to hold the various dynamic actions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for no action.static final int
Constant to start an service.static final int
Constant to start a foreground service.static final int
Constant to start an activity.
-
Field Details
-
NONE
static final int NONEConstant for no action.- See Also:
-
START_SERVICE
static final int START_SERVICEConstant to start an activity. -
START_FOREGROUND_SERVICE
static final int START_FOREGROUND_SERVICEConstant to start a foreground service. -
START_ACTIVITY
static final int START_ACTIVITYConstant to start an service.
-