Created
October 31, 2018 15:05
-
-
Save jetrubyshared/7adb0ec1d551b49f1d30bf76c3ebebaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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