Skip to content

custom web view client

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.webscrapper.base/CustomWebViewClient/CustomWebViewClient

CustomWebViewClient

[androidJvm]
constructor(loadImages: Boolean = true, loadScripts: Boolean = true, loadMedia: Boolean = true, loadCssStyles: Boolean = true, loadFonts: Boolean = true, adBlocker: IAdBlocker = NoAdBlock(), onError: (Exception) -> Unit = { e -> Timber.e(e) }, onPageLoadStart: () -> Unit? = null, onPageLoadFinish: () -> Unit? = null)

Clone this wiki locally