Question

I'm looking for information about how "addProximityAlert()" exactly works

At what intervals does it check? What happens if we use more than one addProximmityAlert(, do they work independently(do they check individually)?

Was it helpful?

Solution

SDK documentation says only about interval when device is suspended (4 minutes) but does not about interval when device is awake so I suppose that it's "ok for most purposes".

Proximity alerts ar added to single HashMap (check this) so they are checked one by one for actual location.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top