public final class

Api

extends Object
java.lang.Object
   ↳ com.google.android.gms.common.api.Api

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

[Expand]
Inherited Methods
From class java.lang.Object