Package com.cefrium
Interface CefriumBrowser.SslErrorHandler
- Enclosing class:
CefriumBrowser
public static interface CefriumBrowser.SslErrorHandler
Decides whether to continue loading a URL whose TLS certificate failed
validation (the WebView
onReceivedSslError equivalent). Without a
handler set, the load is cancelled — the secure default.-
Method Summary
Modifier and TypeMethodDescriptionvoidonSslError(String url, int certError, CefriumBrowser.SslErrorCallback callback)
-
Method Details
-
onSslError
-