Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

Tile

class in UnityEngine.WSA

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство

Описание

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.

Статические переменные

mainReturns applications main tile

Переменные

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

Открытые функции

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.

Статические функции

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.