Version: 2022.3
LanguageEnglish
  • C#

SecondaryTileData

struct 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

Defines the default look of secondary tile.

Some values are also used when a notification is sent to the same tile.

Properties

argumentsArguments to be passed for application when secondary tile is activated.
backgroundColorDefines background color for secondary tile.
backgroundColorSetDefines, whether backgroundColor should be used.
displayNameDisplay name for secondary tile.
foregroundTextDefines the style for foreground text on a secondary tile.
lockScreenBadgeLogoUri to logo, shown for secondary tile on lock screen.
lockScreenDisplayBadgeAndTileTextWhether to show secondary tile on lock screen.
phoneticNamePhonetic name for secondary tile.
roamingEnabledDefines whether secondary tile is copied to another device when application is installed by the same users account.
showNameOnSquare150x150LogoDefines whether the displayName should be shown on a medium secondary tile.
showNameOnSquare310x310LogoDefines whether the displayName should be shown on a large secondary tile.
showNameOnWide310x150LogoDefines whether the displayName should be shown on a wide secondary tile.
square150x150LogoUri to the logo for medium size tile.
square30x30LogoUri to the logo shown on tile
square310x310LogoUri to the logo for large size tile.
square70x70LogoUri to the logo for small size tile.
tileIdUnique identifier within application for a secondary tile.
wide310x150LogoUri to the logo for wide tile.

Constructors

SecondaryTileDataConstructor for SecondaryTileData, sets default values for all members.