Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.06 KB

File metadata and controls

31 lines (27 loc) · 2.06 KB
description Explore additional app notification features in the Windows App SDK, including removing notifications, scheduling, custom audio, progress bars, and organizing with collections and headers.
title Additional App Notification Features
label Additional app notification features
template detail.hbs
ms.date 07/28/2025
ms.topic article
keywords windows 11, windows app sdk, winappsdk, notification, features
ms.localizationpriority medium

Additional app notification features

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.

Feature Description
Remove notifications Tag, group, remove, and set expiration on notifications.
Schedule notifications Schedule a notification to appear at a future time.
Custom audio Use your app's own sound effects for notifications.
Progress bar Display and update a progress bar inside a notification.
Pending update Create multi-step interactions with pending update activation.
Custom timestamps Override the system timestamp with a custom time.
Collections Organize notifications into collections in Notification Center.
Headers Group notifications under headers in Notification Center.
Notification Listener Access and monitor all notifications on the device.

See also