Here™ Notifications overview
Here™ Notifications comprises two components:
-
Notification Center application, the UI for users to display and manage notifications from their desktops
-
The notifications client library, which contains the APIs you work with to configure your applications' notifications
The client library provides a range of options to create and organize notifications to help your users stay up-to-date and complete their workflows. Notifications appear as toasts on the desktop and in the Notification Center app. You configure the notifications that your applications send, and these configurations can affect what your users see in the Notification Center UI. For example, if you add the stream
property to sets of notifications, users can view their notifications by stream. Users can configure their Notification Center settings, such as location of notifications and notification toasts. Users access Notification Center by selecting the Notification icon in the system tray.
Notification options
A notification can be as simple as brief informational text, or as complex as an interactive form. You can call attention to important notifications in different ways, and you can provide additional information based on events a notification sends to your application.
For details and examples, see:
User experience
Notification Center includes settings that let users control a range of display options. How users interact with notifications can also depend on properties you set when you create notifications. These include:
-
Whether users can set reminders for a notification. See Notification reminders.
-
How users interact with the body of the notification, or with the close button. See Control how users clear or dismiss notifications.
-
How users interact with other elements of the notification. See Configure actions from a notification.