Hello Estimote Team,
We have implemented Estimote Proximity SDK v0.5.1 in our current Android app. After adding
ProximityZone to proximityObserver, we stop “ProximityObserver.Handler” by calling below method.
observationHandler.stop();
But it seems like that ProximityObserver.Handler not being stopped. Each time whenever ProximityZone added, it returns multiple entry in withOnEnterAction having same key-value pair.
Also we can’t find any method which shows the state of ProximityObserver.Handler either it is running or not.
Estimote Proximity SDK version: 0.5.1