Version: 2017.3

Tile

class in UnityEngine.WSA

Cambiar al Manual

Descripción

Represents tile on Windows start screen

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

Variables Estáticas

mainReturns applications main tile

Variables

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

Funciones Públicas

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.

Funciones Estáticas

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.