AgentTaskEvent.Builder.SetContentDescription Method
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.
Overloads
| Name | Description |
|---|---|
| SetContentDescription(ICharSequence) | |
| SetContentDescription(String) |
SetContentDescription(ICharSequence)
[Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/agenticon/AgentTaskEvent$Builder;", "", ApiSince=37)]
public Android.AgentIcon.AgentTaskEvent.Builder SetContentDescription(Java.Lang.ICharSequence? contentDescription);
[<Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/agenticon/AgentTaskEvent$Builder;", "", ApiSince=37)>]
member this.SetContentDescription : Java.Lang.ICharSequence -> Android.AgentIcon.AgentTaskEvent.Builder
Parameters
- contentDescription
- ICharSequence
Returns
- Attributes
Applies to
SetContentDescription(String)
public Android.AgentIcon.AgentTaskEvent.Builder SetContentDescription(string? contentDescription);
member this.SetContentDescription : string -> Android.AgentIcon.AgentTaskEvent.Builder
Parameters
- contentDescription
- String