Your Apps
|
AppCoder
Event inRange
Fires when tag becomes back in range.
Assign a function to this event to handle it. For example
<#tag#>.inRange=
function
(tag){ KumoApp.Log(tag.name +
"is back in range"
); };