Language

BiometricManager.AuthenticationPurposePayment Field

Definition

Caution

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

Authentication purpose representing a payment use case.

[Android.Runtime.Register("AUTHENTICATION_PURPOSE_PAYMENT", 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 AuthenticationPurposePayment = 1;
[<Android.Runtime.Register("AUTHENTICATION_PURPOSE_PAYMENT", 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 AuthenticationPurposePayment : Android.Hardware.Biometrics.BiometricManagerAuthenticationPurpose

Field Value

Value = 1
Attributes

Applies to