-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Andrew Bares edited this page Aug 17, 2015
·
11 revisions
Generate tile, toast, and badge notifications for Windows via code, with the help of IntelliSense, instead of directly using XML.
Supports adaptive tiles and adaptive/interactive toast notifications for Windows 10!
There are three main goals of NotificationsExtensions
- Make it easy to create tile, toast, and badge notifications from your code
- Ensure notification payloads are correctly formatted
- Ensure payloads consume as little space as possible (helping you stay under the 5 KB payload size limit)
NotificationsExtensions does the following...
- Automatically XML encodes string values
- Generates a minimal XML payload to keep payload size low (doesn't unnecessary write values that already match with default value)
- Provides IntelliSense support for all the supported properties/values of adaptive Tiles and adaptive/interactive toasts
- Supports some verification to ensure that your payload is valid
Browse the links on the right side bar to learn how to use NotificationsExtensions for tiles, toasts, and badges.