Microsoft.Windows.AppNotifications Namespace

This namespace provides APIs for managing app notifications.

Classes

AppNotification

Represents an app notification.

AppNotificationActivatedEventArgs

Represents event args associated with an app activation triggered by an app notification.

AppNotificationManager

Provides APIs for managing app notifications, including showing and removing notifications in Notification Center (called Action Center in Windows 10), updating notification progress, and registering and unregistering for app notification invocations.

Note

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

AppNotificationProgressData

Represents progress data for an app notification.

Enums

AppNotificationPriority

Specifies the priority of an app notification.

AppNotificationProgressResult

Specifies the result of an app notification progress update operation invoked with a call to UpdateAsync.

AppNotificationSetting

Specifies the app notification setting status for the app.

Examples

For how-to guidance for implementing app notifications, see Quickstart: App notifications in the Windows App SDK.