Share via


PromptContentViewWithMoreOptionsButton.Description Property

Definition

Gets the description for the content view, as set by PromptContentViewWithMoreOptionsButton.Builder#setDescription(String).

public string? Description { [Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "", ApiSince=35)] [Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")] get; }
[<get: Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "", ApiSince=35)>]
[<get: Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")>]
member this.Description : string

Property Value

The description for the content view, or null if the content view has no description.

Attributes

Remarks

Gets the description for the content view, as set by PromptContentViewWithMoreOptionsButton.Builder#setDescription(String).

Java documentation for android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.getDescription().

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