fromHtml

@NonNull
open fun fromHtml(@NonNull source: @NonNull String, flags: Int): @NonNull Spanned(source)

Invokes fromHtml on API 24 and newer, otherwise flags are ignored and fromHtml is used.


@NonNull
open fun fromHtml(@NonNull source: @NonNull String, flags: Int, @Nullable imageGetter: @Nullable Html.ImageGetter, @Nullable tagHandler: @Nullable Html.TagHandler): @NonNull Spanned(source)

Invokes fromHtml on API 24 or newer, otherwise flags are ignored and fromHtml is used.