uap:TileUpdate (Windows 10)
アプリ タイルが更新通知を受け取る方法について説明します。
要素の階層
<uap:TileUpdate>
構文
<uap:TileUpdate
Recurrence = 'A string that can have one of the following values: "halfHour", "hour", "sixHours", "twelveHours", or "daily".'
UriTemplate = 'A string with a value between 1 and 2084 characters in length.' />
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
定期的なアイテム | タイル更新通知の繰り返し間隔。 | halfHour、hour、sixHours、12Hours、daily のいずれかの値を持つ文字列。 | Yes | |
UriTemplate | タイル更新通知の URI テンプレート。 | 1 ~ 2084 文字の長さの文字列。 | Yes |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
uap:DefaultTile | スタート画面でアプリを表す既定のタイル。 このタイルは、アプリが最初にインストールされたときに、更新通知を受信する前に表示されます。 タイルに表示する通知がない場合、タイルはこの既定値に戻ります。 |
注釈
UriTemplate 属性は、RFC 3986 ごとの値 URI である必要があります。 セキュリティで保護http:
されていないサイトとセキュリティで保護された "https:" サイトのスキームのみが許可されている絶対 URI である必要があります。
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |