java.lang.Object | |
↳ | com.google.android.gms.common.api.Api<O extends com.google.android.gms.common.api.Api.ApiOptions> |
Describes a section of the Google Play Services API that should be made available.
Instances of this should be passed into addApi(Api extends Api.ApiOptions.NotRequiredOptions>)
to enable the
appropriate parts of Google Play Services.
Google APIs are partitioned into sections which allow your application to configure only the
services it requires. Each Google API provides an API object which can be passed to
addApi(Api)
in order to configure and enable that functionality
in your GoogleApiClient
instance.
See GoogleApiClient.Builder
for usage examples.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Api.ApiOptions | Base interface for API options. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |