public interface

JsPromptResult

implements JsResult
com.tencent.smtt.export.external.interfaces.JsPromptResult

Class Overview

Public class for handling JavaScript prompt requests. The WebChromeClient will receive a onJsPrompt(WebView, String, String, String, JsPromptResult) call with a JsPromptResult instance as a parameter. This parameter is used to return the result of this user dialog prompt back to the WebView instance. The client can call cancel() to cancel the dialog or confirm() with the user's input to confirm the dialog.

Summary

Public Methods
abstract void confirm(String result)
Handle a confirmation response from the user.
[Expand]
Inherited Methods
From interface com.tencent.smtt.export.external.interfaces.JsResult

Public Methods

public abstract void confirm (String result)

Handle a confirmation response from the user.