Class NotificationContext


  • public class NotificationContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NotificationContext​(java.lang.String action)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActionButtonId()
      Action button, which was clicked.
      • Methods inherited from class java.lang.Object

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

      • NotificationContext

        public NotificationContext​(java.lang.String action)
    • Method Detail

      • getActionButtonId

        public java.lang.String getActionButtonId()
        Action button, which was clicked.
        Returns:
        action button, or null if entire notification was clicked.