Class CustomAction

  • All Implemented Interfaces:

    
    public final class CustomAction
    extends MessageAction
                        

    User-customizable action, with any number of extra properties.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Message getMessage() The selected message.
      final Map<String, Object> getExtraProperties()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomAction

        CustomAction(Message message, Map<String, Object> extraProperties)
        Parameters:
        extraProperties - Map of key-value pairs that let you store extra data for this action.