ClipData.Item.CoerceToHtmlText(Context) Method

Definition

Turn this item into HTML text, regardless of the type of data it actually contains.

[Android.Runtime.Register("coerceToHtmlText", "(Landroid/content/Context;)Ljava/lang/String;", "GetCoerceToHtmlText_Landroid_content_Context_Handler")]
public virtual string CoerceToHtmlText (Android.Content.Context context);
[<Android.Runtime.Register("coerceToHtmlText", "(Landroid/content/Context;)Ljava/lang/String;", "GetCoerceToHtmlText_Landroid_content_Context_Handler")>]
abstract member CoerceToHtmlText : Android.Content.Context -> string
override this.CoerceToHtmlText : Android.Content.Context -> string

Parameters

context
Context

The caller's Context, from which its ContentResolver and other things can be retrieved.

Returns

String
Attributes

Remarks

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