Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

uriA remote location from where to retrieve tile update
intervalA 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.