Skip to content

Instantly share code, notes, and snippets.

@FilHazer
Created January 18, 2016 17:08
Embed
What would you like to do?
ConnectionFailedCallBack
public class ConnectionFailedCallBack implements GoogleApiClient.OnConnectionFailedListener {
@Override
public void onConnectionFailed(ConnectionResult connectionResult) {
Log.i("DEBUG", "CONNECTION FAILED");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment