ANDROID:addProximityAlert() 到底是如何工作的?
我正在寻找有关“addProximityAlert()”如何准确工作的信息
它检查的时间间隔是多少? 如果我们使用多个 addProximmityAlert(,它们是否独立工作(它们是否单独检查),会发生什么?
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)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SDK 文档仅说明了设备暂停时的间隔(4 分钟),但没有说明设备唤醒时的间隔,因此我认为“对于大多数用途来说都可以”。
接近警报添加到单个 HashMap (检查此项),以便一一检查它们的实际位置。
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.