Skip to content

Instantly share code, notes, and snippets.

@prasannajeet
Created September 5, 2018 04:35
Show Gist options
  • Save prasannajeet/71c9135e2690e3a9e11335a3b9b3d05b to your computer and use it in GitHub Desktop.
Save prasannajeet/71c9135e2690e3a9e11335a3b9b3d05b to your computer and use it in GitHub Desktop.
public class FailureListener implements OnFailureListener {
@Override
public void onFailure(@NonNull Exception e) {
// Handle failure scenario
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment