public interface XWalkJavascriptResult
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Handle the result if the caller cancelled the dialog.
|
void |
confirm()
Handle a confirm without a result.
|
void |
confirmWithResult(java.lang.String result)
Handle a confirm with a result from caller.
|
void confirmWithResult(java.lang.String result)
result
- the result string from caller.void confirm()
void cancel()