Articles tagged: notifications
Found 48 documents
- Archive/Web/Displaying_notifications_(deprecated) Firefox offers support for "desktop notifications"; these are notifications that are displayed ...
- Mozilla/Add-ons/SDK/High-Level_APIs/notifications Display transient, toaster -style desktop messages to the user.
- Mozilla/Add-ons/WebExtensions/API/notifications/clear Clears a notification, given its ID.
- Mozilla/Add-ons/WebExtensions/API/notifications/create Creates and displays a notification.
- Mozilla/Add-ons/WebExtensions/API/notifications/getAll Gets the set of all current notifications created by the add-on.
- Mozilla/Add-ons/WebExtensions/API/notifications/NotificationOptions This type contains all the data needed to:
- Mozilla/Add-ons/WebExtensions/API/notifications/onButtonClicked Fired when the user clicks one of the notification's buttons.
- Mozilla/Add-ons/WebExtensions/API/notifications/onClicked Fired when the user clicks a notification, but not on any of the notification's buttons (for ...
- Mozilla/Add-ons/WebExtensions/API/notifications/onClosed Fired when a notification is closed, either by the system or by the user.
- Mozilla/Add-ons/WebExtensions/API/notifications/TemplateType This is a string, and represents the type of notification to create. There are four types of ...
- Mozilla/Add-ons/WebExtensions/API/notifications/update Updates a notification, given its ID.
- Mozilla/JavaScript_code_modules/PopupNotifications.jsm The PopupNotifications.jsm JavaScript code module provides a popup notification box service. ...
- Mozilla/Using_popup_notifications Popup notifications, also known as "doorhanger notifications", are presented to notify the user ...
- Web/API/notification The Notification interface of the Notifications API is used to configure and display desktop ...
- Web/API/notification/actions The actions read-only property of the Notification interface returns the actions array of the ...
- Web/API/notification/badge The badge property of the Notification interface returns the URL of the image used to represent ...
- Web/API/Notification/body The body read-only property of the Notification interface indicates the body string of the ...
- Web/API/Notification/close The close() method of the Notification interface is used to close a previously displayed ...
- Web/API/notification/data The data read-only property of the Notification interface returns a structured clone of the ...
- Web/API/Notification/dir The dir read-only property of the Notification interface indicates the text direction of the ...
- Web/API/Notification/icon The icon read-only property of the Notification interface contains the URL of an icon to be ...
- Web/API/Notification/lang The lang read-only property of the Notification interface indicates the text direction of the ...
- Web/API/notification/noscreen The noscreen read-only property of the Notification interface specifies whether the notification ...
- Web/API/notification/Notification The Notification() constructor creates a new Notification object instance.
- Web/API/Notification/onclick The onclick property of the Notification interface specifies an event listener to receive click ...
- Web/API/Notification/onclose The onclose property of the Notification interface specifies an event listener to receive close ...
- Web/API/Notification/onerror The onerror property of the Notification interface specifies an event listener to receive error ...
- Web/API/Notification/onshow The onshow property of the Notification interface specifies an event listener to receive show ...
- Web/API/Notification/permission The permission read-only property of the Notification interface indicates the current permission ...
- Web/API/notification/renotify The renotify read-only property of the Notification interface specifies whether the user should ...
- Web/API/Notification/requestPermission The requestPermission() method of the Notification interface requests permission from the user ...
- Web/API/notification/silent The silent read-only property of the Notification interface specifies whether the notification ...
- Web/API/notification/sound The sound read-only property of the Notification interface specifies the URL of an audio file to ...
- Web/API/notification/sticky The sticky read-only property of the Notification interface specifies whether the notification ...
- Web/API/Notification/tag The tag read-only property of the Notification interface signifies an identifying tag for the ...
- Web/API/notification/timestamp The timestamp read-only property of the Notification interface returns a DOMTimeStamp, as ...
- Web/API/notification/title The title read-only property of the Notification interface indicates the title of the ...
- Web/API/NotificationEvent/notification The notification read-only property of the NotificationEvent interface returns the Notification ...
- Web/API/Notifications_API The Notifications API allows web pages to control the display of system notifications to the end ...
- Web/API/Notifications_API/Using_the_Notifications_API The Notifications API lets a web page or app send notifications that are displayed outside the ...
- Web/API/Push_API The Push API gives web applications the ability to receive messages pushed to them from a ...
- Web/API/ServiceWorkerRegistration/getNotifications The getNotifications() method of the ServiceWorkerRegistration interface returns a list of the ...
- Web/Apps/Fundamentals/User_notifications Here's the typical workflow for managing notifications:
- Web/Apps/Fundamentals/User_notifications/Detecting_when_to_notify_users Events are the standard programmatic way in which we respond to the various happenings in an ...
- Web/Apps/Fundamentals/User_notifications/Notifying_users_via_the_Notification_and_Vibration In case you didn't read the previous article, here is a quick recap on the sample app we're ...
- Web/Apps/Fundamentals/User_notifications/Using_Alarms_to_notify_users The example referred to throughout this article is To-do List Alarms, a to-do list example that ...
- Web/Apps/Progressive/Re-engageable
- Web/Events/notificationclick The notificationclick event is fired to indicate that a system notification spawned by ...