ClipData.Item.Builder.SetHtmlText(String) Method

Definition

Sets the HTML text for the item to be constructed.

[Android.Runtime.Register("setHtmlText", "(Ljava/lang/String;)Landroid/content/ClipData$Item$Builder;", "", ApiSince=35)]
public Android.Content.ClipData.Item.Builder SetHtmlText(string? htmlText);
[<Android.Runtime.Register("setHtmlText", "(Ljava/lang/String;)Landroid/content/ClipData$Item$Builder;", "", ApiSince=35)>]
member this.SetHtmlText : string -> Android.Content.ClipData.Item.Builder

Parameters

htmlText
String

This value may be null .

Returns

This value cannot be null .

Attributes

Remarks

Sets the HTML text for the item to be constructed.

Java documentation for android.content.ClipData.Item.Builder.setHtmlText(java.lang.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.

Applies to