BiometricManager.BiometricErrorHwUnavailable フィールド

定義

注意事項

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

ハードウェアは使用できません。

[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

フィールド値

Value = 1
属性

注釈

ハードウェアは使用できません。 後で再試行してください。

の Java ドキュメント android.hardware.biometrics.BiometricManager.BIOMETRIC_ERROR_HW_UNAVAILABLE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象