言語

AgentTaskState.Builder.SetIconAndContentDescription メソッド

定義

オーバーロード

SetIconAndContentDescription(Icon, ICharSequence)

[Android.Runtime.Register("setIconAndContentDescription", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)Landroid/agenticon/AgentTaskState$Builder;", "", ApiSince=37)]
public Android.AgentIcon.AgentTaskState.Builder SetIconAndContentDescription(Android.Graphics.Drawables.Icon icon, Java.Lang.ICharSequence contentDescription);
[<Android.Runtime.Register("setIconAndContentDescription", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)Landroid/agenticon/AgentTaskState$Builder;", "", ApiSince=37)>]
member this.SetIconAndContentDescription : Android.Graphics.Drawables.Icon * Java.Lang.ICharSequence -> Android.AgentIcon.AgentTaskState.Builder

パラメーター

icon
Icon
contentDescription
ICharSequence

返品

属性

適用対象

SetIconAndContentDescription(Icon, String)

public Android.AgentIcon.AgentTaskState.Builder SetIconAndContentDescription(Android.Graphics.Drawables.Icon icon, string contentDescription);
member this.SetIconAndContentDescription : Android.Graphics.Drawables.Icon * string -> Android.AgentIcon.AgentTaskState.Builder

パラメーター

icon
Icon
contentDescription
String

返品

適用対象