Estimote/iOS-Fleet-Management-SDK

[Question] How to get a list of currently monitored regions

okonon opened this issue · 2 comments

@martinklimek hello, i was wondering how can i get a list of currently monitored regions?
Thanks

@okonon Checkout the ESTBeaconManager. In that class there is a monitoredRegions attribute which should let you do exactly what you are trying to do.

Thanks!