Package com.batch.android.runtime
Interface StateAction
-
public interface StateActionAction with knowledge of the current state
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(State state)Action to run
-
-
-
Method Detail
-
run
void run(State state)
Action to run- Parameters:
state- current state
-
-