This interface is deprecated.
use GoogleApi
based APIs instead. see moving past
googleapiclient. API implementors should use the stand-alone ConnectionCallbacks
instead.
Provides callbacks that are called when the client is connected or disconnected from the
service. Most applications implement
GoogleApiClient.ConnectionCallbacks#onConnected(Bundle) to start making
requests.
| int | CAUSE_NETWORK_LOST | A suspension cause informing you that a peer device connection was lost. |
| int | CAUSE_SERVICE_DISCONNECTED | A suspension cause informing that the service has been killed. |
A suspension cause informing you that a peer device connection was lost.
A suspension cause informing that the service has been killed.