Language

BiometricManager.AuthenticationPurposeUnknown Field

Definition

Caution

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

Unknown authentication purpose.

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

Field Value

Value = 0
Attributes

Applies to