LinuxNotificationCategory class
Categories of notifications.
- Annotations
Constructors
- LinuxNotificationCategory.new(String name)
-
Constructs an instance of LinuxNotificationCategory
with a given
name
of category.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
- device → const LinuxNotificationCategory
- A generic device-related notification that doesn't fit into any other category.
- deviceAdded → const LinuxNotificationCategory
- A device, such as a USB device, was added to the system.
- deviceError → const LinuxNotificationCategory
- A device had some kind of error.
- deviceRemoved → const LinuxNotificationCategory
- A device, such as a USB device, was removed from the system.
- email → const LinuxNotificationCategory
- A generic e-mail-related notification that doesn't fit into any other category.
- emailArrived → const LinuxNotificationCategory
- A new e-mail notification.
- emailBounced → const LinuxNotificationCategory
- A notification stating that an e-mail has bounced.
- im → const LinuxNotificationCategory
- A generic instant message-related notification that doesn't fit into any other
- imError → const LinuxNotificationCategory
- An instant message error notification.
- imReceived → const LinuxNotificationCategory
- A received instant message notification.
- network → const LinuxNotificationCategory
- A generic network notification that doesn't fit into any other category.
- networkConnected → const LinuxNotificationCategory
- A network connection notification, such as successful sign-on to a network service. This should not be confused with deviceAdded for new network devices.
- networkDisconnected → const LinuxNotificationCategory
- A network disconnected notification. This should not be confused with deviceRemoved for disconnected network devices.
- networkError → const LinuxNotificationCategory
- A network-related or connection-related error.
- presence → const LinuxNotificationCategory
- A generic presence change notification that doesn't fit into any other category, such as going away or idle.
- presenceOffile → const LinuxNotificationCategory
- An offline presence change notification.
- presenceOnline → const LinuxNotificationCategory
- An online presence change notification.
- transfer → const LinuxNotificationCategory
- A generic file transfer or download notification that doesn't fit into any other category.
- transferComplete → const LinuxNotificationCategory
- A file transfer or download complete notification.
- transferError → const LinuxNotificationCategory
- A file transfer or download error.