Package ch.bailu.gtk.gio
Interface NotificationPriority
public interface NotificationPriority
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
for events that require more attention,
usually because responses are time-sensitive (for example chat and SMS
messages or alarms)static final int
for notifications that do not require
immediate attention - typically used for contextual background
information, such as contact birthdays or local weatherstatic final int
the default priority, to be used for the
majority of notifications (for example email messages, software updates,
completed download/sync operations)static final int
for urgent notifications, or notifications
that require a response in a short space of time (for example phone calls
or emergency warnings)
-
Field Details
-
NORMAL
static final int NORMALthe default priority, to be used for the
majority of notifications (for example email messages, software updates,
completed download/sync operations)- See Also:
-
LOW
static final int LOWfor notifications that do not require
immediate attention - typically used for contextual background
information, such as contact birthdays or local weather- See Also:
-
HIGH
static final int HIGHfor events that require more attention,
usually because responses are time-sensitive (for example chat and SMS
messages or alarms)- See Also:
-
URGENT
static final int URGENTfor urgent notifications, or notifications
that require a response in a short space of time (for example phone calls
or emergency warnings)- See Also:
-