java.lang.Object | |
↳ | com.google.android.gms.auth.api.GoogleAuthApiClientImpl |
Main public API entry point for the google auth api client.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_START_SERVICE | ||||||||||
String | DEFAULT_ACCOUNT | ||||||||||
String | FEATURE_GOOGLE_ME | ||||||||||
String | KEY_PENDING_INTENT | ||||||||||
String | SERVICE_DESCRIPTOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates the service interface based on the given binder.
| |||||||||||
Called when connected.
| |||||||||||
Called when disconnected explicitly or the service connection is disconnected.
| |||||||||||
Callback invoked after the connection has been initialized, and before the GMS
GoogleApiClient.ConnectionCallbacks are invoked.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get connection hint data to pass to clients in their
onConnected(Bundle)
methods. The base implementation simply returns null, but subclasses are free to override
and provide whatever information is appropriate for their clients.
Returns the Looper
to use when invoking callbacks.
connect()
has been called, and the client is waiting for a callback.
For testing, allow clients to explicitly set the service.
Creates the service interface based on the given binder. The service descriptor will already have been verified.
iBinder | The binder returned by the service connection. |
---|
Called when connected. Override this to do something in your client before clients are notified of connection.
Called when disconnected explicitly or the service connection is disconnected. Override this to do something in your client before clients are notified of disconnection.
Callback invoked after the connection has been initialized, and before the GMS
GoogleApiClient.ConnectionCallbacks
are invoked.