Created
November 26, 2019 02:54
-
-
Save isaidamier/a2997ebd8ee500bc4c3996cafcd32797 to your computer and use it in GitHub Desktop.
onAuthenticationSucceededNoCrypto
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 fun onAuthenticationSucceeded(result: BiometricPrompt.AuthenticationResult) { | |
super.onAuthenticationSucceeded(result) | |
Log.d(TAG, "Authentication was successful") | |
showMessage() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment