# SecondaryTileData

> Defines the default look of secondary tile.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.WSA](/engine/6000.6/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct SecondaryTileData
```

## Remarks

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

## Fields

| Value                                                                                                                                       | Description                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [arguments](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/arguments.md)                                                 | Arguments to be passed for application when secondary tile is activated.                                            |
| [backgroundColorSet](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/backgroundcolorset.md)                               | Defines, whether backgroundColor should be used.                                                                    |
| [displayName](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/displayname.md)                                             | Display name for secondary tile.                                                                                    |
| [foregroundText](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/foregroundtext.md)                                       | Defines the style for foreground text on a secondary tile.                                                          |
| [lockScreenBadgeLogo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/lockscreenbadgelogo.md)                             | Uri to logo, shown for secondary tile on lock screen.                                                               |
| [lockScreenDisplayBadgeAndTileText](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/lockscreendisplaybadgeandtiletext.md) | Whether to show secondary tile on lock screen.                                                                      |
| [phoneticName](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/phoneticname.md)                                           | Phonetic name for secondary tile.                                                                                   |
| [roamingEnabled](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/roamingenabled.md)                                       | Defines whether secondary tile is copied to another device when application is installed by the same users account. |
| [showNameOnSquare150x150Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/shownameonsquare150x150logo.md)             | Defines whether the displayName should be shown on a medium secondary tile.                                         |
| [showNameOnSquare310x310Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/shownameonsquare310x310logo.md)             | Defines whether the displayName should be shown on a large secondary tile.                                          |
| [showNameOnWide310x150Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/shownameonwide310x150logo.md)                 | Defines whether the displayName should be shown on a wide secondary tile.                                           |
| [square150x150Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/square150x150logo.md)                                 | Uri to the logo for medium size tile.                                                                               |
| [square30x30Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/square30x30logo.md)                                     | Uri to the logo shown on tile                                                                                       |
| [square310x310Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/square310x310logo.md)                                 | Uri to the logo for large size tile.                                                                                |
| [square70x70Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/square70x70logo.md)                                     | Uri to the logo for small size tile.                                                                                |
| [tileId](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/tileid.md)                                                       | Unique identifier within application for a secondary tile.                                                          |
| [wide310x150Logo](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/wide310x150logo.md)                                     | Uri to the logo for wide tile.                                                                                      |

## Constructors

| Constructor                                                                                                                 | Description                                                             |
| --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [SecondaryTileData(System.String,System.String)](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/ctor.md) | Constructor for SecondaryTileData, sets default values for all members. |

## Properties

| Property                                                                                                | Description                                  |
| ------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [backgroundColor](/engine/6000.6/script-reference/unityengine/wsa/secondarytiledata/backgroundcolor.md) | Defines background color for secondary tile. |
