Class CustomButtonClickEvent


  • public class CustomButtonClickEvent
    extends java.lang.Object
    Payload that accompanies the onCustomButtonClick() event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      • Methods inherited from class java.lang.Object

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

      • CustomButtonClickEvent

        public CustomButtonClickEvent​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        The Id of the custom button that was clicked.