Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Tile

Represents tile on Windows start screen
Read time 1 minuteLast updated 5 days ago

Definition

public sealed class Tile

Remarks

This class can be used to create or update secondary tiles on start screen and get instances of tiles to send notifications to them.

Properties

Property

Description

existsWhether secondary tile is pinned to start screen.
hasUserConsentWhether secondary tile was approved (pinned to start screen) or rejected by user.
idA unique string, identifying secondary tile

Static Properties

Property

Description

mainReturns applications main tile

Methods

Method

Description

DeleteShow a request to unpin secondary tile from start screen.
PeriodicBadgeUpdateStarts periodic update of a badge on a tile.
PeriodicUpdateStarts periodic update of a tile.
RemoveBadgeRemove badge from tile.
StopPeriodicBadgeUpdateStops previously started periodic update of a tile.
StopPeriodicUpdateStops previously started periodic update of a tile.
UpdateSend a notification for tile (update tiles look).
UpdateBadgeImageSets or updates badge on a tile to an image.
UpdateBadgeNumberSet or update a badge on a tile to a number.

Static Methods

Method

Description

CreateOrUpdateSecondaryCreates new or updates existing secondary tile.
DeleteSecondaryShow a request to unpin secondary tile from start screen.
ExistsWhether secondary tile is pinned to start screen.
GetSecondariesGets all secondary tiles.
GetSecondaryReturns the secondary tile, identified by tile id.
GetTemplateGet template XML for tile notification.