Contains request objects used in Google Fit API methods.
Interfaces
| OnDataPointListener | Listener used to register to live data updates
from a DataSource. |
Classes
| BleScanCallback | This class is deprecated. Use BluetoothManager
directly. |
| DataDeleteRequest | A request to delete data and sessions added by the app from the Google Fit store in the time interval specified. |
| DataDeleteRequest.Builder | Builder used to create new DataDeleteRequests. |
| DataReadRequest | Request for reading data from Google Fit. |
| DataReadRequest.Builder | Builder used to create new DataReadRequests. |
| DataSourcesRequest | Request for finding data
sources in Google Fit. |
| DataSourcesRequest.Builder | Builder used to create new DataSourceRequests. |
| DataTypeCreateRequest | This class is deprecated. Support for custom
data types will be removed in a future version of Google Fit. Use one of the
pre-defined data types listed in DataType.
|
| DataTypeCreateRequest.Builder | Builder used to create new DataTypeInsertRequests. |
| DataUpdateListenerRegistrationRequest | Registration request to register a listener for data updates, including dataSource and dataType as well as PendingIntent associated with the registration. |
| DataUpdateListenerRegistrationRequest.Builder | Builder for creating
DataUpdateListenerRegistrationRequest. |
| DataUpdateRequest | A request to update data added by the app from the Google Fit store in the time interval specified. |
| DataUpdateRequest.Builder | Builder used to create new DataUpdateRequests. |
| GoalsReadRequest | Request for reading current Goals
from Google Fit. |
| GoalsReadRequest.Builder | Builder used to create new GoalsReadRequest. |
| LocalDataReadRequest | Request for reading data from the Recording API on mobile. |
| LocalDataReadRequest.Builder | Builder used to create new LocalDataReadRequests. |
| SensorRequest | Request for registering for live updates from a
data
source. |
| SensorRequest.Builder | Builder used to create new SensorRequests. |
| SessionInsertRequest | A request for inserting a Session
and associated DataSet
and/or aggregated DataPoint
into the Google Fit store. |
| SessionInsertRequest.Builder | Builder used to create new SessionInsertRequest. |
| SessionReadRequest | Request for reading Session
data from Google Fit. |
| SessionReadRequest.Builder | Builder used to create a new SessionReadRequest. |
| StartBleScanRequest | This class is deprecated. Use BluetoothManager
directly. |
| StartBleScanRequest.Builder | Builder used to create new DataSourceRequests. |