Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WSA.Tile.CreateOrUpdateSecondary

static function CreateOrUpdateSecondary(data: SecondaryTileData): Tile;
static Tile CreateOrUpdateSecondary(SecondaryTileData data);
static def CreateOrUpdateSecondary(data as SecondaryTileData) as Tile
static function CreateOrUpdateSecondary(data: SecondaryTileData, pos: Vector2): Tile;
static Tile CreateOrUpdateSecondary(SecondaryTileData data, Vector2 pos);
static def CreateOrUpdateSecondary(data as SecondaryTileData, pos as Vector2) as Tile
static function CreateOrUpdateSecondary(data: SecondaryTileData, area: Rect): Tile;
static Tile CreateOrUpdateSecondary(SecondaryTileData data, Rect area);
static def CreateOrUpdateSecondary(data as SecondaryTileData, area as Rect) as Tile

Parameters

dataThe data used to create or update secondary tile.
posThe coordinates for a request to create new tile.
areaThe area on the screen above which the request to create new tile will be displayed.

Returns

Tile New Tile object, that can be used for further work with the tile.

Description

Creates new or updates existing secondary tile.

TileId is required to be set in data, displayName is required when creating and can not be updated. When used to create new tile, this function displays a request on the screen. Tile will be created if user agrees to pin it to start screen.