PromptContentViewWithMoreOptionsButton.Description Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
.
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.