Variable: notifications-closed-reason

notifications-closed-reason is a variable defined in notifications.el.gz.

Value

((1 expired) (2 dismissed) (3 close-notification) (4 undefined))

Documentation

List of reasons why a notification has been closed.

Source Code

;; Defined in /usr/src/emacs/lisp/notifications.el.gz
(defconst notifications-closed-reason
  '((1 expired)
    (2 dismissed)
    (3 close-notification)
    (4 undefined))
  "List of reasons why a notification has been closed.")