entryAny event

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

If you have specified only 1 device, both entryAny and entryAll event handler will fire when that device enters the region.

Note: If you have specified 3 device, entryAny will only fire when the first device enters the region. Nothing is fired when the 2nd device enters the region, and only entryAll will fire when all 3 devices enter the region.