com.google.android.gms.fitness.service
Contains APIs for exposing third-party sensors to Google Fit using a service.
Interfaces
Classes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Enables third-party sensor data to be shared with Google Fit through a dedicated service."],["Utilizes `FitnessSensorService` for exposing sensor data and `SensorEventDispatcher` for sending events to Google Fit."],["Allows other apps to access exposed sensor data via the `SensorsClient`."],["`FitnessSensorServiceRequest` is used to register for sensor events from a specific data source."]]],["The provided content details APIs for integrating third-party sensors with Google Fit. `FitnessSensorService` allows apps to expose sensors to Google Fit, enabling other applications to utilize them via `SensorsClient`. `SensorEventDispatcher` pushes sensor events to the Fitness Platform. `FitnessSensorServiceRequest` handles requests for registering sensor events from application-exposed `DataSource`. In essence, these components establish a system for external sensor data to be integrated and accessed within the Google Fit ecosystem.\n"]]