CancelSchedulesAction
class CancelSchedulesAction @JvmOverloads constructor(automationGetter: () -> InAppAutomation = { InAppAutomation.shared() }) : Action
Action to cancel automation schedules.
Accepted situations: SITUATION_MANUAL_INVOCATION, SITUATION_WEB_VIEW_INVOCATION, SITUATION_AUTOMATION, and SITUATION_PUSH_RECEIVED.
Accepted argument value - Either CancelSchedulesAction.ALL or a map with:
CancelSchedulesAction.GROUPS: List of schedule groups or a single group. Optional.
CancelSchedulesAction.IDS: List of schedule IDs or a single schedule Id. Optional.
Result value: null.
Default Registration Names: CancelSchedulesAction.DEFAULT_NAMES
Default Registration Predicate: none