Version: 2022.3
LanguageEnglish
  • C#

Tile

class in UnityEngine.WSA

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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.

Static Properties

mainReturns applications main tile

Properties

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

Public Methods

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

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.