Contains the Google Fit data model.
Classes
BleDevice |
Representation of a BLE Device (such as a heart rate monitor) that broadcasts information
about its on board sensors.
|
Bucket |
A bucket represents a time interval over which aggregated data is computed.
|
DataPoint |
Represents a single data point in a data type's stream from a particular
data source .
|
DataSet |
Represents a fixed set of data points in a data type's stream
from a particular data source .
|
DataSource |
Definition of a unique source of sensor data.
|
DataSource.Builder |
A builder that can be used to construct new data source objects.
|
DataType |
The data type defines the schema for a stream of data being collected by, inserted into, or
queried from Google Fit.
|
Device |
Representation of an integrated device (such as a phone or a wearable) that can hold sensors.
|
Field |
A field represents one dimension of a data type.
|
Session |
A Session represents a time interval with associated metadata.
|
Session.Builder |
Builder used to create new Sessions.
|
Subscription |
Subscription for persistent storage of data from a given data source or for a
given data type .
|
Value |
Holder object for the value of a single field in a data point .
|