Is there a way to stop monitoring all regions using the Android SDK?
I'm afraid not. You could probably keep a list of regions your start monitoring on and write your own method to do that. Alternatively, "beaconManager.disconnect()" stops all ranging and monitoring.
I thought I had posted earlier - disconnect doesn't seem to be available - but [self.beaconManager stopEstimoteBeaconDiscovery] was - but is ranging still was going after being executed. Any thoughts?
Hi John—take a look at this question:
https://community.estimote.com/hc/communities/public/questions/203601416-Howto-stop-monitoring-all-regions
ESTBeaconManager doesn't expose the monitoredRegions and rangedRegions properties, but since these are shared resources, you can create a CLLocationManager and access them there.