Поделиться через


BiometricPrompt.AuthenticationResultTypeBiometric Поле

Определение

Внимание!

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

Тип проверки подлинности, сообщаемый AuthenticationResult пользователем при проверке подлинности путем представления некоторой формы биометрических данных (e).

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

Значение поля

Value = 2
Атрибуты

Комментарии

Тип проверки подлинности, сообщаемый AuthenticationResult пользователем при проверке подлинности путем представления некоторых видов биометрических данных (например, отпечатков пальцев или лиц).

Документация по Java для android.hardware.biometrics.BiometricPrompt.AUTHENTICATION_RESULT_TYPE_BIOMETRIC.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к