Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Tile

class in UnityEngine.WSA

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

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.