BiometricPrompt.BiometricErrorLockoutPermanent Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Biometrics.BiometricErrorCode enum directly instead of this field.

[Android.Runtime.Register("BIOMETRIC_ERROR_LOCKOUT_PERMANENT", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Biometrics.BiometricErrorCode enum directly instead of this field.", true)]
public const Android.Hardware.Biometrics.BiometricErrorCode BiometricErrorLockoutPermanent = 9;
[<Android.Runtime.Register("BIOMETRIC_ERROR_LOCKOUT_PERMANENT", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Biometrics.BiometricErrorCode enum directly instead of this field.", true)>]
val mutable BiometricErrorLockoutPermanent : Android.Hardware.Biometrics.BiometricErrorCode

Field Value

Value = 9
Attributes

Applies to