BiometricPrompt.NegativeButtonTextFormatted Property

Definition

Gets the negative button text for the prompt, as set by Builder#setNegativeButton(CharSequence, Executor, DialogInterface.OnClickListener).

public virtual Java.Lang.ICharSequence? NegativeButtonTextFormatted { [Android.Runtime.Register("getNegativeButtonText", "()Ljava/lang/CharSequence;", "GetGetNegativeButtonTextHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getNegativeButtonText", "()Ljava/lang/CharSequence;", "GetGetNegativeButtonTextHandler", ApiSince=30)>]
member this.NegativeButtonTextFormatted : Java.Lang.ICharSequence

Property Value

The negative button text for the prompt, or null if no negative button text was set.

Attributes

Remarks

Gets the negative button text for the prompt, as set by Builder#setNegativeButton(CharSequence, Executor, DialogInterface.OnClickListener).

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

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