Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.95 KB

File metadata and controls

50 lines (37 loc) · 2.95 KB
title App notifications overview
description Overview of Windows App SDK App Notifications
ms.topic concept-article
ms.date 07/28/2025
keywords toast, notification
ms.localizationpriority medium
no-loc
toast
Toast
app
App

App notifications overview

A screen capture showing an app notification above the task bar. The notification is a reminder for an event. The app name, event name, event time, and event location are shown. A selection input displays the currently selected value, "Going". There are two buttons labeled "RSVP" and "Dismiss"

App notifications (also called toast notifications) are messages that your app can construct and deliver to your user while they are not currently inside your app. The notification content is displayed in a transient window in the bottom right corner of the screen and in the Notification Center (called Action Center in Windows 10). App notifications can be used to inform the user of application status or state changes, or to prompt the user to take an action. App notifications can either be sent locally or from a cloud service using push notifications.

Note

The term "toast notification" is being replaced with "app notification". These terms both refer to the same feature of Windows, but over time we will phase out the use of "toast notification" in the documentation.

This section provides design and implementation guidance for app notifications in the Windows App SDK and WinRT.

App notification UX and implementation guidance

Additional app notifications features

Limitations

The app notifications support in the Windows App SDK currently has these limitations:

  • Notifications for an elevated (admin) app are currently not supported.

Next steps

See Quickstart: App notifications in the Windows App SDK to get started.