Package 

Class ActionExtensionKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit start(Action $self, Component component) Extension of Action that starts the action
      final static Unit start(Action $self, String event, List<String> campaignIds) Extension of Action that starts the action
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 event
        campaignIds - the list of campaigns associated with the action