java.lang.Object | |
↳ | com.google.android.gms.fitness.request.SessionReadRequest |
Request for reading Session
data from Google Fit.
Use this request to specify the sessions to read, as well as
data sets
that should be read for each session.
new SessionReadRequest.Builder() .setTimeInterval(startTime.getMillis(), endTime.getMillis()) .read(DataTypes.LOCATION_SAMPLE) .build();A valid time interval is mandatory for the request. Session name and identifier are optional fields that can be used to further filter out the returned result. By default, only sessions created by the calling app will be returned. To get sessions created by other apps, use
readSessionsFromAllApps()
}
An app can only read public data types or custom data created by itself. Custom data types
created by another app cannot be read.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SessionReadRequest.Builder | Builder used to create a new SessionReadRequest. |
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |