Skip to content

WindowsNotifications/NotificationsExtensions

Repository files navigation

THIS PROJECT HAS MOVED

NotificationsExtensions is now part of the UWP Community Toolkit. Please find the latest version here.

NotificationsExtensions

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!

Getting Started

  1. Clone this repository to your local hard drive
  2. Open your own project (Windows 10 app, server code, etc)
  3. If you're writing a Windows 10 app, reference "Windows 10" -> "NotificationsExtensions.Win10.WinRT"
  4. If you're writing a server app (non-WinRT), reference "Windows 10" -> "NotificationsExtensions.Win10.Portable"
  5. 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".

How to use it

Please read our Wiki to learn how to use NotificationsExtensions.

Fine Print

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published