BiometricManager.BiometricErrorHwUnavailable Field

Definition

Caution

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

The hardware is unavailable.

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

Field Value

Value = 1
Attributes

Remarks

The hardware is unavailable. Try again later.

Java documentation for android.hardware.biometrics.BiometricManager.BIOMETRIC_ERROR_HW_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to