Hi estimote community,
quick question: I wanna monitor two beacons (sharing same proximity ID) and use the Android onEnter../onExit... methods.
My region is initialized like this:
private static final Region MONITORINGREGION = new Region("mrid", ESTIMOTEPROXIMITY_UUID, null, null);
The onENteredRegion is called 100% correctly but the onExit... is never called when movin away. Does monitoring a region with null/null major/minor values imply that you can not receive the onExit event?
Thaxn for your help,
cheers - Florian
P.S.: I know I can use onBeaconDiscovered ranging approach...but I rather prefer the non polling approach so please let me know whether this is possible...