Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.48 KB

periodicupdaterecurrence.md

File metadata and controls

40 lines (28 loc) · 1.48 KB
-api-id -api-type -api-device-family-note
T:Windows.UI.Notifications.PeriodicUpdateRecurrence
winrt enum
xbox

PeriodicUpdateRecurrence

-description

Specifies the time period for subsequent polls of the tile or badge data source for new content. Used by BadgeUpdater.StartPeriodicUpdate, TileUpdater.StartPeriodicUpdate, and TileUpdater.StartPeriodicUpdateBatch.

-enum-fields

-field HalfHour:0

Poll every half an hour.

-field Hour:1

Poll every hour.

-field SixHours:2

Poll every 6 hours.

-field TwelveHours:3

Poll every 12 hours.

-field Daily:4

Poll once a day.

-remarks

Windows can delay the polling of your URL by up to 15 minutes if necessary to optimize power and performance.

-examples

-see-also

BadgeUpdater.startPeriodicUpdate, TileUpdater.startPeriodicUpdate, How to set up periodic notifications for tiles, How to set up periodic notifications for badges, Choose a notification delivery method