public abstract class

GoogleApi

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

Class Overview

Base class for Google API entry points. API clients based on this class manage the connection between your app and Google Play services (as opposed to GoogleApiClient-based calls).

GoogleApi-based instances enqueue calls until a connection is made to Google Play services, and then execute them in order. The instances are:

  • "Cheap" to create
  • Thread-safe
  • Automatically deduplicated
  • Automatically timed-out and reconnected

Summary

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