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)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.