共用方式為


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 驗證類型。

android.hardware.biometrics.BiometricPrompt.AUTHENTICATION_RESULT_TYPE_BIOMETRICJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於