Skip to content
Andrew Bares edited this page Aug 17, 2015 · 13 revisions

Tile notifications in Windows 10 support adaptive tile templates, in addition to the legacy templates. There are also a few special adaptive templates that are also supported.

NotificationsExtensions fully supports adaptive tile templates and special adaptive templates. It does not support the legacy tile templates (other than the Iconic template) since we do not recommend using these legacy templates anymore. If you need those, you could download the Windows 8 source code of NotificationsExtensions.

How to generate Tile notifications

First, add the namespace declaration for Tiles (and add a reference to NotificationsExtensions if you haven't yet)...

using NotificationsExtensions.Tiles;

Clone this wiki locally