Estimote / iOS-Proximity-SDK

Estimote Proximity SDK for iOS
https://developer.estimote.com
Apache License 2.0
61 stars 26 forks source link

Updating proximityObserver #51

Closed itsjaychang closed 4 years ago

itsjaychang commented 4 years ago

Wasn't able to find a solid answer for updating for proximityObserver, but does calling a proximityObserver.startObserving() with a new payload replaces all previous observables?

chwastek commented 4 years ago

I would be cautious when using observables here - iOS SDK for Proximity is not reactive. But if you're asking if calling observing new set of zones will replace old ones - then yes, it will.

itsjaychang commented 4 years ago

Whoops, sorry if the wording was a bit ambiguous, but thanks for the quick reply.