HTMLBuilder

interface HTMLBuilder

Responsible for creating the HTML that will be used by WebView.

HTMLBuilder will create HTML string from template with:

  • MRAID environment

  • Body received from the server

Functions

Link copied to clipboard
abstract fun build(body: String): String