java.lang.Object | |
↳ | com.google.android.gms.fitness.result.BleDevicesResult |
Result of listClaimedBleDevices(GoogleApiClient)
. Contains all user associated
claimed BLE devices which matched the request. The method getClaimedBleDevices()
can be
used to fetch the resulting claimed BLE devices returned from the Google Fit store.
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 NEEDS_OAUTH_PERMISSIONS
. In this case the
caller should use startResolutionForResult(Activity, int)
to start an intent
to get the necessary consent from the user before retrying the request.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns all found claimed BLE devices for the given
dataType
| |||||||||||
Returns all of the found claimed BLE devices.
| |||||||||||
Returns the status of this result.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns all found claimed BLE devices for the given dataType
Returns all of the found claimed BLE devices.
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()
.