BiometricPrompt.AuthenticationResultTypeBiometric フィールド

定義

注意事項

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

ユーザーが何らかの形式の生体認証を提示することによって認証されたときに報告 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 ドキュメント。

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

適用対象