BiometricHandler

Interface to display biometric and verify the device supported for biometric

Inheritors

Functions

Link copied to clipboard
abstract fun authenticate(authenticationCallback: BiometricPrompt.AuthenticationCallback, cryptoObject: BiometricPrompt.CryptoObject? = null)

display biometric prompt for Biometric and device credential

Link copied to clipboard
abstract fun isSupported(strongAuthenticators: Int = BIOMETRIC_STRONG, weakAuthenticators: Int = BIOMETRIC_WEAK): Boolean

check support for Biometric and device credential

Link copied to clipboard