ActionType ========== .. java:package:: org.motechproject.admin.messages :noindex: .. java:type:: public enum ActionType Represents an action which should be taken for a notification, in particular which message channel should be used to communicate the notification. Enum Constants -------------- EMAIL ^^^^^ .. java:field:: public static final ActionType EMAIL :outertype: ActionType SMS ^^^ .. java:field:: public static final ActionType SMS :outertype: ActionType