msStartPeriodicBadgeUpdate method
Starts a badge update for a tile.
This method is only supported in Microsoft Edge on Windows 10.
Syntax
var retval = external.msStartPeriodicBadgeUpdate(pollingUri, startTime, uiUpdateRecurrence);
Parameters
pollingUri [in]
Type: BSTRURI of the XML content containing the metadata for the update.
startTime [in, optional]
Type: objectA Date object that indicates when the updates should begin.
uiUpdateRecurrence [in, optional]
Type: numberAn integer that indicates the frequency of the updates.
Value Meaning 0 Updates occur every thirty (30) minutes.
1 Updates occur every sixty (60) minutes.
2 Updates occur every six (6) hours.
3 Updates occur every twelve (12) hours.
4 Updates occur once a day.
Return value
This method does not return a value.