Class NotificationState

    • Field Detail

      • description

        public String description
        The description, can be null.
      • htmlContentAllowed

        public boolean htmlContentAllowed
        Whether texts are interpreted as HTML (true) or not (false).
      • styleName

        public String styleName
        The style name, can be null.
      • delay

        public int delay
        The delay in milliseconds before disappearing, -1 for forever.
    • Constructor Detail

      • NotificationState

        public NotificationState()