gpt4 book ai didi

javascript - 我可以通过 Google Fit REST API 获取我步数的实时数据吗?

转载 作者:行者123 更新时间:2023-11-30 05:04:01 27 4
gpt4 key购买 nike

目前我需要开发一个应该是健身追踪器的移动应用程序。我正在考虑使用 REST API 而不是 Android API,但我不太明白在这种情况下如何自动收集从我的设备采取的步骤的数据。

我了解我可以请求有关一段时间内已完成步骤的信息,例如上个月,如文档中所示。

但在这种情况下,是什么允许应用程序自动访问来自传感器的“原始”信息并将其提供给 Google Fit,就像在 Android API 中发生的那样?并实时显示我的步数。

最佳答案

此时,你需要Sensor API .

The Sensors API lets you read raw sensor data in your app in real time. Use this API to:

  • List data sources available on the device and on companion devices.
  • Register listeners to receive raw sensor data.
  • Unregister listeners to stop receiving raw sensor data.

The Sensors API does not automatically store sensor readings in the fitness store and sensor registrations created with the Sensors API are not persisted when the system restarts. You typically use the Recording API to record data in the background with persistent subscriptions and you use the Sensors API to display or process sensor readings in real time. In many cases, you use both of these APIs in your app.

关于javascript - 我可以通过 Google Fit REST API 获取我步数的实时数据吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54880376/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com