-
Notifications
You must be signed in to change notification settings - Fork 0
custom web view client
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.webscrapper.base/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)