Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.68 KB

scheduledtilenotification_tag.md

File metadata and controls

27 lines (20 loc) · 1.68 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.Notifications.ScheduledTileNotification.Tag
winrt property
xbox

Windows.UI.Notifications.ScheduledTileNotification.Tag

-description

Gets or sets a string that Windows can use to prevent duplicate notification content from appearing in the queue.

-property-value

A string of 16 characters or less (plus a terminating null character) that identifies the notification in the stack. While there is no set form for the string content, we recommend that it should relate to the content of the notification.

-remarks

ScheduledTileNotification.tag and ScheduledTileNotification.id serve similar purposes:

  • The ScheduledTileNotification.tag property is used by Windows to prevent duplicate notification content from appearing in the queue at the same time. It allows the notification to be updated in-place in the queue to prevent it from containing out-of-date information.
  • The ScheduledTileNotification.id property identifies the notification in the schedule. This allows the notification to be identified or removed from the schedule.

-examples

-see-also

Scheduled notifications sample, Guidelines and checklist for scheduled notifications