NotificationPriority
Description:
[ CCode ( cprefix = "G_NOTIFICATION_PRIORITY_" , type_id = "g_notification_priority_get_type ()" ) ]
[ Version ( since = "2.42" ) ]
public enum NotificationPriority
Content:
Enum values:
- HIGH - for events that require more
attention, usually because responses are time-sensitive (for example chat and SMS messages or alarms)
- LOW - for notifications that do not
require immediate attention - typically used for contextual background information, such as contact birthdays or local weather
- NORMAL - the default priority, to
be used for the majority of notifications (for example email messages, software updates, completed download/sync operations)
- URGENT - for urgent notifications,
or notifications that require a response in a short space of time (for example phone calls or emergency warnings)