LinuxNotificationCategory class

Categories of notifications.

Annotations

Constructors

LinuxNotificationCategory(String name)
Constructs an instance of LinuxNotificationCategory with a given name of category.
const
LinuxNotificationCategory.device()
A generic device-related notification that doesn't fit into any other category.
factory
LinuxNotificationCategory.deviceAdded()
A device, such as a USB device, was added to the system.
factory
LinuxNotificationCategory.deviceError()
A device had some kind of error.
factory
LinuxNotificationCategory.deviceRemoved()
A device, such as a USB device, was removed from the system.
factory
LinuxNotificationCategory.email()
A generic e-mail-related notification that doesn't fit into any other category.
factory
LinuxNotificationCategory.emailArrived()
A new e-mail notification.
factory
LinuxNotificationCategory.emailBounced()
A notification stating that an e-mail has bounced.
factory
LinuxNotificationCategory.im()
A generic instant message-related notification that doesn't fit into any other
factory
LinuxNotificationCategory.imError()
An instant message error notification.
factory
LinuxNotificationCategory.imReceived()
A received instant message notification.
factory
LinuxNotificationCategory.network()
A generic network notification that doesn't fit into any other category.
factory
LinuxNotificationCategory.networkConnected()
A network connection notification, such as successful sign-on to a network service. This should not be confused with LinuxNotificationCategory.deviceAdded for new network devices.
factory
LinuxNotificationCategory.networkDisconnected()
A network disconnected notification. This should not be confused with LinuxNotificationCategory.deviceRemoved for disconnected network devices.
factory
LinuxNotificationCategory.networkError()
A network-related or connection-related error.
factory
LinuxNotificationCategory.presence()
A generic presence change notification that doesn't fit into any other category, such as going away or idle.
factory
LinuxNotificationCategory.presenceOffile()
An offline presence change notification.
factory
LinuxNotificationCategory.presenceOnline()
An online presence change notification.
factory
LinuxNotificationCategory.transfer()
A generic file transfer or download notification that doesn't fit into any other category.
factory
LinuxNotificationCategory.transferComplete()
A file transfer or download complete notification.
factory
LinuxNotificationCategory.transferError()
A file transfer or download error.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Name of category.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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