Additional app notification features

April 13, 2026 ยท View on GitHub

The articles in this section describe app notifications features such as how to manage notification lifecycle, customize appearance and behavior, and organize notifications in Notification Center. To get started using app notifications in a Windows app, see Quickstart: App notifications.

FeatureDescription
Remove notificationsTag, group, remove, and set expiration on notifications.
Schedule notificationsSchedule a notification to appear at a future time.
Custom audioUse your app's own sound effects for notifications.
Progress barDisplay and update a progress bar inside a notification.
Pending updateCreate multi-step interactions with pending update activation.
Custom timestampsOverride the system timestamp with a custom time.
CollectionsOrganize notifications into collections in Notification Center.
HeadersGroup notifications under headers in Notification Center.
Notification ListenerAccess and monitor all notifications on the device.

See also