Android APIs
public class

DailyTotalResult

extends Object
implements Result Parcelable
java.lang.Object
   ↳ com.google.android.gms.fitness.result.DailyTotalResult

Class Overview

Result of readDailyTotal(GoogleApiClient, DataType). Use getTotal() to access the data point containing the daily total for the requested data type.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
boolean equals(Object that)
Status getStatus()
Returns the status of this result.
DataSet getTotal()
Returns the resulting data set containing the daily total for the requested data type.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.android.gms.common.api.Result
From interface android.os.Parcelable

Public Methods

public boolean equals (Object that)

public Status getStatus ()

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().

public DataSet getTotal ()

Returns the resulting data set containing the daily total for the requested data type.

Returns
  • the resulting data set, empty if there was no data for the data type, and null if the request failed.

public int hashCode ()

public String toString ()