Contains classes that encapsulate tile, toast, and badge notifications.
Members
The Windows.UI.Notifications namespace has these types of members:
Classes
The Windows.UI.Notifications namespace has these classes.
| Class | Description |
|---|---|
| BadgeNotification | Defines the content, associated metadata, and expiration time of an update to a tile's badge overlay. A badge can display a number from 1 to 99 or a status glyph. |
| BadgeUpdateManager | Creates BadgeUpdater objects that you use to manipulate a tile's badge overlay. This class also provides access to the XML content of the system-provided badge templates so that you can customize that content for use in updating your badges. |
| BadgeUpdater | Updates a badge overlay on the specific tile that the updater is bound to. |
| ScheduledTileNotification | Defines the visual content and timing for a single, non-recurring scheduled update to a tile. |
| ScheduledToastNotification | Contains the XML that defines the toast notification that will display at the scheduled time. |
| TileNotification | Defines an update to a tile, including its visuals, identification tag, and expiration time. |
| TileUpdateManager | Creates TileUpdater objects used to change and update Start menu tiles. This class also provides access to the XML content of the system-provided tile templates so that you can customize that content for use in updating your tiles. |
| TileUpdater | Changes the content of the specific tile that the updater is bound to. |
| ToastDismissedEventArgs | Provides the reason that a toast notification is no longer displayed on-screen. |
| ToastFailedEventArgs | Provides the error code that was generated in the process of raising a toast notification. |
| ToastNotification | Defines the content, associated metadata and events, and expiration time of a toast notification. |
| ToastNotificationManager | Creates ToastNotifier objects that you use to raise toast notifications. This class also provides access to the XML content of the system-provided toast templates so that you can customize that content for use in your notifications. |
| ToastNotifier | Raises a toast notification to the specific app that the notifier is bound to. This class also lets you schedule and remove toast notifications. |
Enumerations
The Windows.UI.Notifications namespace has these enumerations.
| Enumeration | Description |
|---|---|
| BadgeTemplateType | Specifies the template to use for a tile's badge overlay. Used by BadgeUpdateManager.getTemplateContent. |
| NotificationSetting | Specifies the limitations on tile or toast notification display. |
| PeriodicUpdateRecurrence | Specifies the time period for subsequent polls of the tile or badge data source for new content. |
| TileTemplateType | Specifies the template to use in a tile or tile update. |
| ToastDismissalReason | Specifies the reason that a toast notification is no longer being shown. |
| ToastTemplateType | Specifies the template to use in a toast notification. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012