Home | History | Annotate | Download | only in Interfaces

Lines Matching full:notification

38     @discussion A class that represents a notification being shown
39 on the user's desktop. It provides the contents of the notification
80 @abstract Show a notification.
81 @param notification The Notification to be shown.
83 HRESULT showDesktopNotification([in] IWebDesktopNotification* notification);
87 @abstract Cancel showing a notification (or take it down if it's shown).
88 @param notification The Notification to be canceled.
90 HRESULT cancelDesktopNotification([in] IWebDesktopNotification* notification);
95 notification need not be un-shown, but events should not be invoked.
96 @param notification The Notification that was destroyed.
98 HRESULT notificationDestroyed([in] IWebDesktopNotification* notification);