Added in API level 1

TagHandler

interface TagHandler
android.text.Html.TagHandler

Is notified when HTML tags are encountered that the parser does not know how to interpret.

Summary

Public methods
abstract Unit
handleTag(opening: Boolean, tag: String!, output: Editable!, xmlReader: XMLReader!)

This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret.

Public methods

handleTag

Added in API level 1
abstract fun handleTag(
    opening: Boolean,
    tag: String!,
    output: Editable!,
    xmlReader: XMLReader!
): Unit

This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret.