Version: 2019.2
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data);
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data, Vector2 pos);
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data, Rect area);

パラメーター

dataセカンダリ タイルを作成、または更新するのに使用するデータ
pos新規タイルの作成をリクエストする座標
area画面上の範囲。その上部に新規タイルの作成リクエストが表示される。

戻り値

Tile タイルで使用される新しい 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.