java.lang.Object | |
↳ | com.google.android.gms.fitness.result.DailyTotalResult |
Result of readDailyTotal(GoogleApiClient, DataType)
. Use getTotal()
to access the data point containing the daily total for the requested data type.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the status of this result.
| |||||||||||
Returns the resulting data set containing the daily total for the requested data type.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the status of this result. Use isSuccess()
to determine whether the
call was successful, and getStatusCode()
to determine what the error cause
was.
Certain errors are due to failures that can be resolved by launching a particular intent.
The resolution intent is available via getResolution()
.
Returns the resulting data set containing the daily total for the requested data type.
null
if the request failed.