DataSourcesResult

public classDataSourcesResultextendsObject
implementsParcelableResult

Result of SensorsApi.findDataSources(GoogleApiClient, com.google.android.gms.fitness.request.DataSourcesRequest).Contains all of the retrieved data sources which matched the request. The method getDataSources()can be used to fetch the resulting data sources.

The calling app should check getStatus()to confirm that the request was successful.

In case the calling app is missing the required permissions, the returned status has status code set to FitnessStatusCodes.NEEDS_OAUTH_PERMISSIONS.In this case the caller should use Status.startResolutionForResult(Activity, int)to start an intent to get the necessary consent from the user before retrying the request.

Inherited Constant Summary

Field Summary

public static finalCreator<DataSourcesResult> CREATOR

Public Method Summary

boolean
List<DataSource>
getDataSources()
Returns all of the found data sources.
List<DataSource>
getDataSources(DataType dataType)
Returns all of the found data sources for the givendataType
Status
int
String
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<DataSourcesResult> CREATOR

Public Methods

public booleanequals(Objectthat)

publicList<DataSource> getDataSources()

Returns all of the found data sources.

Returns
  • The list of retrieved data sources, empty if none were found.

publicList<DataSource> getDataSources(DataType dataType)

Returns all of the found data sources for the givendataType

Returns
  • The list of retrieved data sources, empty if none were found.

publicStatus getStatus()

public inthashCode()

publicStringtoString()

public voidwriteToParcel(Parceldest, int flags)