NotificationsExtensions is now part of the UWP Community Toolkit. Please find the latest version here.
The official Microsoft NotificationsExtensions library. 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!
- Clone this repository to your local hard drive
- Open your own project (Windows 10 app, server code, etc)
- If you're writing a Windows 10 app, reference "Windows 10" -> "NotificationsExtensions.Win10.WinRT"
- If you're writing a server app (non-WinRT), reference "Windows 10" -> "NotificationsExtensions.Win10.Portable"
- After the project is referenced, the namespace is "NotificationsExtensions" and each category of notifications are under their own namespace like "NotificationsExtensions.Tiles" or "Toasts" or "Badges".
Please read our Wiki to learn how to use NotificationsExtensions.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.