Skip to content

Instantly share code, notes, and snippets.

@FilHazer
Created January 18, 2016 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FilHazer/0d0930092b8915146fab to your computer and use it in GitHub Desktop.
Save FilHazer/0d0930092b8915146fab to your computer and use it in GitHub Desktop.
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