Added in API level 1

JsResult

open class JsResult
kotlin.Any
   ↳ 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
Unit

Handle the result if the user cancelled the dialog.

Unit

Handle a confirmation response from the user.

Public methods

cancel

Added in API level 1
fun cancel(): Unit

Handle the result if the user cancelled the dialog.

confirm

Added in API level 1
fun confirm(): Unit

Handle a confirmation response from the user.