Language

EmbeddedBiometricPrompt.StartModeImmediate Field

Definition

Caution

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

Start authentication immediately with the full prompt displayed.

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

Field Value

Value = 0
Attributes

Applies to