ReportInterval Property
The ReportInterval property contains the length of the interval in which the geolocation is checked.
Syntax
SiteKiosk.GeoLocation.ReportInterval [=long]
|
Possible Values
Long value that determines the report interval.
|
The property is read/write.
Remarks
The interval is in milliseconds. The default value is 60000.
Examples
The following example shows the current length of the interval.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.GeoLocation.ReportInterval);
</SCRIPT>
|
Applies to
SiteKiosk v9.0 (and later versions).
Back to top