Prevent continuous call of didEnterRegion() and didExitRegion() method of MonitorNotifier callback

94 Views Asked by At

The method didEnterRegion() and didExitRegion() (MonitorNotifier Callback)calls continuously.

How can I prevent?

2

There are 2 best solutions below

4
On

This is not typical or expected behavior. Please try running the reference application available here:

https://github.com/AltBeacon/android-beacon-library-reference

See if you get the same behavior. If so, it may be a problem with your beacon or mobile device. If not, it may be an issue with the way your app uses the Android Beacon Library.

0
On

I would simply try running the reference app to see if you get the same unexpected behavior.