Kwik Biometric Prompt Params
data class KwikBiometricPromptParams(val title: String = "Authentication Required", val subtitle: String = "Verify your identity", val cancelText: String = "Cancel", val biometricsLevel: Int = BiometricManager.Authenticators.BIOMETRIC_STRONG or BiometricManager.Authenticators.BIOMETRIC_WEAK or BiometricManager.Authenticators.DEVICE_CREDENTIAL)
Constructors
Link copied to clipboard
constructor(title: String = "Authentication Required", subtitle: String = "Verify your identity", cancelText: String = "Cancel", biometricsLevel: Int = BiometricManager.Authenticators.BIOMETRIC_STRONG or BiometricManager.Authenticators.BIOMETRIC_WEAK or BiometricManager.Authenticators.DEVICE_CREDENTIAL)