Partager via


BiometricPrompt.AuthenticationResultTypeBiometric Champ

Définition

Attention

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

Type d’authentification signalé par AuthenticationResult l’utilisateur authentifié en présentant une forme de biométrie (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

Valeur de champ

Value = 2
Attributs

Remarques

Type d’authentification signalé par AuthenticationResult l’utilisateur authentifié en présentant une forme biométrique (par exemple, empreinte digitale ou visage).

Documentation Java pour android.hardware.biometrics.BiometricPrompt.AUTHENTICATION_RESULT_TYPE_BIOMETRIC.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à