Unity - Scripting API: Tile
class in UnityEngine.WSA
/
Implemented in:UnityEngine.CoreModule
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.
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.
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
| main | Returns applications main tile |
Properties
| 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 |