java.lang.Object | |
↳ | com.google.android.gms.fitness.request.DataSourcesRequest |
Request for finding data sources
in Google Fit. A request can be built using
the DataSourcesRequest.Builder
. Use the parameters of the request to specify which data
sources should be returned. Example usage:
new DataSourcesRequest.Builder() .setDataTypes(DataTypes.STEP_COUNT_CUMULATIVE, DataTypes.STEP_COUNT_DELTA) .setDataSourceTypes(DataSource.Type.RAW) .build();
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataSourcesRequest.Builder | Builder used to create new DataSourceRequests. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns all of the data types requested.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns all of the data types requested.