ActionType

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. Currently the two channels supported are sms and email.

Enum Constants

EMAIL

public static final ActionType EMAIL

SMS

public static final ActionType SMS