Skip to content

Instantly share code, notes, and snippets.

@jetrubyshared
Created October 31, 2018 15:05
Show Gist options
  • Save jetrubyshared/7adb0ec1d551b49f1d30bf76c3ebebaf to your computer and use it in GitHub Desktop.
Save jetrubyshared/7adb0ec1d551b49f1d30bf76c3ebebaf to your computer and use it in GitHub Desktop.
@Override
public void onAuthenticationError(int errorCode, CharSequence errString) {
super.onAuthenticationError(errorCode, errString);
}
@Override
public void onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result) {
super.onAuthenticationSucceeded(result);
}
@Override
public void onAuthenticationFailed() {
super.onAuthenticationFailed();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment