public final class

Api

extends Object
java.lang.Object
   ↳ com.google.android.gms.common.api.Api<O extends com.google.android.gms.common.api.Api.ApiOptions>

Class Overview

Describes a section of the Google Play Services API that should be made available. Instances of this should be passed into addApi(Api) 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

Summary

Nested Classes
interface Api.ApiOptions Base interface for API options. 
[Expand]
Inherited Methods
From class java.lang.Object