Enumeration

NotifyUrgency

since: 0.7

Declaration

enum Notify.Urgency

Description [src]

The urgency level of the notification.

Available since: 0.7

Members

NOTIFY_URGENCY_LOW

Low urgency. Used for unimportant notifications.

  • Value: 0
  • Nickname: low
  • Available since: 0.7
NOTIFY_URGENCY_NORMAL

Normal urgency. Used for most standard notifications.

  • Value: 1
  • Nickname: normal
  • Available since: 0.7
NOTIFY_URGENCY_CRITICAL

Critical urgency. Used for very important notifications.

  • Value: 2
  • Nickname: critical
  • Available since: 0.7