-
public final class ActionExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static Unitstart(Action $self, Component component)Extension of Action that starts the action final static Unitstart(Action $self, String event, List<String> campaignIds)Extension of Action that starts the action final static UnitprefetchFlowNextSteps(List<Action> $self, Flow flow)This function iterates through the list of actions (from the root component of a presentation) and processes only those actions where the typeisActionType.open_flow_stepand theconditionalproperty istrue.-
-
Method Detail
-
start
final static Unit start(Action $self, Component component)
Extension of Action that starts the action
- Parameters:
component- the component affected by the action
-
start
final static Unit start(Action $self, String event, List<String> campaignIds)
Extension of Action that starts the action
- Parameters:
event- the triggered eventcampaignIds- the list of campaigns associated with the action
-
prefetchFlowNextSteps
final static Unit prefetchFlowNextSteps(List<Action> $self, Flow flow)
This function iterates through the list of actions (from the root component of a presentation) and processes only those actions where the
typeisActionType.open_flow_stepand theconditionalproperty istrue.- Parameters:
flow- The flow for which the next steps are being prefetched
-
-
-
-