WSA.Tile.PeriodicBadgeUpdate
PeriodicBadgeUpdate(uri: string, interval: float): void;
void PeriodicBadgeUpdate(string uri, float interval);
def PeriodicBadgeUpdate(uri as string, interval as float) as void
Parameters

uri A remote location from where to retrieve tile update
interval A time interval in minutes, will be rounded to a value, supported by the system
Description

Starts periodic update of a badge on a tile.

A remote uri will be checked periodically to retrieve an update for a badge.