Html.FromHtmlModeLegacy Field

Definition

Caution

This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.

Flags for #fromHtml(String, int, ImageGetter, TagHandler): Separate block-level elements with blank lines (two newline characters) in between.

[Android.Runtime.Register("FROM_HTML_MODE_LEGACY", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.", true)]
public const Android.Text.FromHtmlOptions FromHtmlModeLegacy = 0;
[<Android.Runtime.Register("FROM_HTML_MODE_LEGACY", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.", true)>]
val mutable FromHtmlModeLegacy : Android.Text.FromHtmlOptions

Field Value

Value = 0
Attributes

Remarks

Flags for #fromHtml(String, int, ImageGetter, TagHandler): Separate block-level elements with blank lines (two newline characters) in between. This is the legacy behavior prior to N.

Java documentation for android.text.Html.FROM_HTML_MODE_LEGACY.

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