DataTypeResult

public classDataTypeResultextendsObject
implementsParcelableResult

This class is deprecated.
No replacement.

Result of ConfigApi.readDataType(GoogleApiClient, String).

The methodgetStatus() can be be used to confirm if the request was successful. On success, the returned data type can be accessed viagetDataType().

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.

In case the app attempts to read a custom data type created by other app, the returned status has status code set to FitnessStatusCodes.INCONSISTENT_DATA_TYPE.

Inherited Constant Summary

Field Summary

public static finalCreator<DataTypeResult> CREATOR

Public Method Summary

boolean
DataType
getDataType()
Returns the new custom data type inserted, ornullif the request failed.
Status
int
String
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<DataTypeResult> CREATOR

Public Methods

public booleanequals(Objecto)

publicDataType getDataType()

Returns the new custom data type inserted, ornullif the request failed.

publicStatus getStatus()

public inthashCode()

publicStringtoString()

public voidwriteToParcel(Parceldest, int flags)