|
SYNOPSISThe notification center module provides a desktop notification host. TRIGGERSThe module defines the following triggers:
FUNCTIONSNotificationGet(Property)function NotificationGet fetches a property for a currently advertised notification. The supported properties are:
NotificationGroup(id)Query group expansion state for a given notification id. Possible return values are: <blank> if the notification group is no expanded, 'header' if this is a header of the expanded notification 'sole' if the group is expanded, but this is the sole notification in the group. NotificationActiveGroup()Query the app_id of the currently expanded notification group. NotificationCount([id])Get count of the notifications. If the id is specified, this function returns the number of notification for the app id of the notification referenced by the id, otherwise it will return the total count of notifications. NotificationClose(<id>)Close a notification with a specified id NotificationExpand(<id>)Expand a notification group to which notification referenced by id belongs. NotificationCollapse()Collapse the currently expanded notification group. NotificationAction(<id>, <action_id>)Activate an action action_id for notification id. COPYRIGHTGPLv3+
|