-
Notifications
You must be signed in to change notification settings - Fork 0
on too many redirects
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.webscrapper.base/CustomWebViewClient/onTooManyRedirects
[androidJvm]
open override fun onTooManyRedirects(view: WebView?, cancelMsg: Message?, continueMsg: Message?)
Deprecated in Java
import android.webkit.WebViewClient
super.onTooManyRedirects(view, cancelMsg, continueMsg)