BiometricPrompt.AuthenticationResultTypeBiometric 字段

定义

注意

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

当用户通过呈现某种形式的生物识别(e)进行身份验证时报告的 AuthenticationResult 身份验证类型。

[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 身份验证类型。

适用于 . 的 android.hardware.biometrics.BiometricPrompt.AUTHENTICATION_RESULT_TYPE_BIOMETRICJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于