JsResult
public
class
JsResult
extends Object
| java.lang.Object | |
| ↳ | android.webkit.JsResult |
|
|
An instance of this class is passed as a parameter in various WebChromeClient action
notifications. The object is used as a handle onto the underlying JavaScript-originated request,
and provides a means for the client to indicate whether this action should proceed.
Summary
Public methods | |
|---|---|
final
void
|
cancel()
Handle the result if the user cancelled the dialog. |
final
void
|
confirm()
Handle a confirmation response from the user. |
Inherited methods | |
|---|---|
java.lang.Object
| |
Public methods
Annotations
Interfaces
Classes
- ClientCertRequest
- ConsoleMessage
- CookieManager
- CookieSyncManager
- DateSorter
- GeolocationPermissions
- HttpAuthHandler
- JsPromptResult
- JsResult
- MimeTypeMap
- PermissionRequest
- RenderProcessGoneDetail
- ServiceWorkerClient
- ServiceWorkerController
- ServiceWorkerWebSettings
- SslErrorHandler
- URLUtil
- WebBackForwardList
- WebChromeClient
- WebChromeClient.FileChooserParams
- WebHistoryItem
- WebIconDatabase
- WebMessage
- WebMessagePort
- WebMessagePort.WebMessageCallback
- WebResourceError
- WebResourceResponse
- WebSettings
- WebStorage
- WebStorage.Origin
- WebView
- WebView.HitTestResult
- WebView.VisualStateCallback
- WebView.WebViewTransport
- WebViewClient
- WebViewDatabase
- WebViewFragment
Enums


