[Question] How to get a list of currently monitored regions
okonon opened this issue · 2 comments
okonon commented
@martinklimek hello, i was wondering how can i get a list of currently monitored regions?
Thanks
jackson13info commented
@okonon Checkout the ESTBeaconManager. In that class there is a monitoredRegions
attribute which should let you do exactly what you are trying to do.
okonon commented
Thanks!