Language

BiometricPrompt.FallbackOptions Property

Definition

Gets the fallback options for the prompt, as set by Builder#addFallbackOption(CharSequence, int, Executor, DialogInterface.OnClickListener).

public virtual System.Collections.Generic.IList<Android.Hardware.Biometrics.FallbackOption> FallbackOptions { [Android.Runtime.Register("getFallbackOptions", "()Ljava/util/List;", "GetGetFallbackOptionsHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFallbackOptions", "()Ljava/util/List;", "GetGetFallbackOptionsHandler", ApiSince=36)>]
member this.FallbackOptions : System.Collections.Generic.IList<Android.Hardware.Biometrics.FallbackOption>

Property Value

The fallback options for the prompt.

Attributes

Remarks

Gets the fallback options for the prompt, as set by Builder#addFallbackOption(CharSequence, int, Executor, DialogInterface.OnClickListener).

Java documentation for android.hardware.biometrics.BiometricPrompt.getFallbackOptions().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to