Class CustomAction
-
- All Implemented Interfaces:
public final class CustomAction extends MessageAction
User-customizable action, with any number of extra properties.
-
-
Field Summary
Fields Modifier and Type Field Description private final Messagemessageprivate final Map<String, Object>extraProperties
-
Constructor Summary
Constructors Constructor Description CustomAction(Message message, Map<String, Object> extraProperties)
-
Method Summary
Modifier and Type Method Description MessagegetMessage()The selected message. final Map<String, Object>getExtraProperties()-
-
Method Detail
-
getMessage
Message getMessage()
The selected message.
-
getExtraProperties
final Map<String, Object> getExtraProperties()
-
-
-
-