Android.Content.ClipData.NewHtmlText Method
Create a new ClipData holding data of the type ClipDescription.MimetypeTextHtml.

Syntax

[Android.Runtime.Register("newHtmlText", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/String;)Landroid/content/ClipData;", "")]
public static ClipData NewHtmlText (Java.Lang.ICharSequence label, Java.Lang.ICharSequence text, string htmlText)

Parameters

label
User-visible label for the clip data.
text
The text of clip as plain text, for receivers that don't handle HTML. This is required.
htmlText
The actual HTML text in the clip.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new ClipData holding data of the type ClipDescription.MimetypeTextHtml.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16