- view
- The WebView that is initiating the callback.
- handler
- An SslErrorHandler object that will handle the user's response.
- error
- The SSL error object.
Notify the host application that an SSL error occurred while loading a resource. The host application must call either handler.cancel() or handler.proceed(). Note that the decision may be retained for use in response to future SSL errors. The default behavior is to cancel the load.