- view
- The WebView that initiated the callback.
- url
- The url of the page requesting the dialog.
- message
- Message to be displayed in the window.
- result
- A JsResult used to send the user's response to javascript.
Documentation for this section has not yet been entered.
Tell the client to display a confirm dialog to the user. If the client returns true, WebView will assume that the client will handle the confirm dialog and call the appropriate JsResult method. If the client returns false, a default value of false will be returned to javascript. The default behavior is to return false.