exitAny event

If an function is assigned to this event, when any of the specified mobile device leaves specified region, the function will be executed.

If you have specified only 1 device, both exitAny and exitAll event handler will fire when that device leaves the region.

Note: for example, if you have specified 3 device, exitAny will only fire when the first device leaves the region. Nothing is fired when the 2nd device leaves the region, and only exitAll will fire when all 3 devices leave the region.