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.
See Also
Nested Class Summary
interface | Api.ApiOptions | Base interface for API options. |