Share via


BiometricPrompt.BiometricErrorNotEnabledForApps 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_NOT_ENABLED_FOR_APPS", ApiSince=36)]
[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 BiometricErrorNotEnabledForApps = 21;
[<Android.Runtime.Register("BIOMETRIC_ERROR_NOT_ENABLED_FOR_APPS", ApiSince=36)>]
[<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 BiometricErrorNotEnabledForApps : Android.Hardware.Biometrics.BiometricErrorCode

Field Value

Value = 21
Attributes

Applies to