Skip to content

Instantly share code, notes, and snippets.

@isaidamier
Created November 26, 2019 02:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaidamier/a2997ebd8ee500bc4c3996cafcd32797 to your computer and use it in GitHub Desktop.
Save isaidamier/a2997ebd8ee500bc4c3996cafcd32797 to your computer and use it in GitHub Desktop.
onAuthenticationSucceededNoCrypto
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