KwikBiometricPromptParams

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard