package

com.google.android.gms.common.api

The GoogleApiClient API is currently in developer preview. Applications compiled using this version of the API will continue to operate on devices using future versions of Google Play services; however, changes to the API are expected in future releases.

Interfaces

GoogleApiClient.ApiOptions Base interface for API options. 
GoogleApiClient.ConnectionCallbacks Provides callbacks that are called when the client is connected or disconnected from the service. 
GoogleApiClient.OnConnectionFailedListener Provides callbacks for scenarios that result in a failed attempt to connect the client to the service. 
PendingResult<R extends Result, C> Represents a pending result from calling an API method in Google Play services. 
Releasable Represents a resource, or a holder of resources, which may be released once they are no longer needed. 
Result Represents the final result of invoking an API method in Google Play Services. 

Classes

Api Describes a section of the Google Play Services API that should be made available. 
GoogleApiClient The main entry point for Google Play services integration. 
GoogleApiClient.Builder Builder to configure a GoogleApiClient
Scope Describes an OAuth 2.0 scope to request. 
Status Represents the results of work.