AirshipWebViewClient
A web view client that enables the Airship Native Bridge on allowed URLs.
Constructors
Functions
Link copied to clipboard
Adds auth request credentials for a host.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onReceivedError(view: WebView?, request: WebResourceRequest?, error: WebResourceError?)
Link copied to clipboard
open override fun onReceivedHttpAuthRequest(view: WebView, handler: HttpAuthHandler, host: String?, realm: String?)
Link copied to clipboard
Removes auth request credentials for a host.
Link copied to clipboard
Sets the action completion callback to be invoked whenever an com.urbanairship.actions.Action is finished running from the web view.
Link copied to clipboard
open override fun shouldInterceptRequest(webView: WebView, request: WebResourceRequest): WebResourceResponse?
Intercepts the favicon request and returns blank favicon
Intercepts the favicon request and returns a blank favicon
Link copied to clipboard
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onReceivedHttpError(view: WebView?, request: WebResourceRequest?, errorResponse: WebResourceResponse?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onSafeBrowsingHit(view: WebView?, request: WebResourceRequest?, threatType: Int, callback: SafeBrowsingResponse?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard