Biometric Auth Helper
class BiometricAuthHelper
Functions
Link copied to clipboard
fun authenticate(fragmentActivity: FragmentActivity, onAuthenticationError: (errorCode: Int, errString: CharSequence) -> Unit = { _, _ -> }, onAuthenticationSucceeded: (BiometricPrompt.AuthenticationResult) -> Unit = {}, onAuthenticationFailed: () -> Unit = {})
Link copied to clipboard
Link copied to clipboard