Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.
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.
main | Returns applications main tile |
exists | Whether secondary tile is pinned to start screen. |
hasUserConsent | Whether secondary tile was approved (pinned to start screen) or rejected by user. |
id | A unique string, identifying secondary tile |
Delete | Show a request to unpin secondary tile from start screen. |
PeriodicBadgeUpdate | Starts periodic update of a badge on a tile. |
PeriodicUpdate | Starts periodic update of a tile. |
RemoveBadge | Remove badge from tile. |
StopPeriodicBadgeUpdate | Stops previously started periodic update of a tile. |
StopPeriodicUpdate | Stops previously started periodic update of a tile. |
Update | Send a notification for tile (update tiles look). |
UpdateBadgeImage | Sets or updates badge on a tile to an image. |
UpdateBadgeNumber | Set or update a badge on a tile to a number. |
CreateOrUpdateSecondary | Creates new or updates existing secondary tile. |
DeleteSecondary | Show a request to unpin secondary tile from start screen. |
Exists | Whether secondary tile is pinned to start screen. |
GetSecondaries | Gets all secondary tiles. |
GetSecondary | Returns the secondary tile, identified by tile id. |
GetTemplate | Get template XML for tile notification. |