TileUpdateManager.CreateTileUpdaterForApplication() | createTileUpdaterForApplication() method
Creates and initializes a new instance of the TileUpdater, which lets you change the appearance of the calling app's tile.
Syntax
var tileUpdater = Windows.UI.Notifications.TileUpdateManager.createTileUpdaterForApplication();
Parameters
This method has no parameters.
Return value
Type: TileUpdater
The object you will use to send changes to the app's tile.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- TileUpdateManager
- CreateTileUpdaterForApplication(String)
- App tiles and badges sample
- Quickstart: Sending a tile update
- Tile and tile notification overview
- The tile template catalog
- Guidelines and checklist for tiles
- How to schedule a tile notification
- How to set up periodic notifications for tiles
- Tiles XML schema
Build date: 12/4/2012
