Package-level declarations

Types

Link copied to clipboard
class BiometricAuth @JvmOverloads constructor(val title: String?, val subtitle: String?, val allowDeviceCredentials: Boolean, val activity: FragmentActivity, var biometricAuthListener: BiometricPrompt.AuthenticationCallback? = null, val description: String? = null)

Helper class for managing Biometric Authentication Process.