java.lang.Object | |
↳ | com.google.android.gms.fitness.result.ListSubscriptionsResult |
Result of listSubscriptions(GoogleApiClient, DataType)
. Contains all of
the returned subscriptions which can be retrieved by getSubscriptions()
.
The method getStatus()
can be be used to confirm if 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 of the found subscriptions for the given
dataType
| |||||||||||
Returns all of the found subscriptions.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]() |
Returns all of the found subscriptions for the given dataType
Returns all of the found subscriptions.