mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Add documentation referencing other implementation.
This commit is contained in:
parent
b407641049
commit
483babe3bc
@ -107,6 +107,7 @@ public class CordovaChromeClient extends WebChromeClient {
|
|||||||
* @param url
|
* @param url
|
||||||
* @param message
|
* @param message
|
||||||
* @param result
|
* @param result
|
||||||
|
* @see Other implementation in the Dialogs plugin.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean onJsAlert(WebView view, String url, String message, final JsResult result) {
|
public boolean onJsAlert(WebView view, String url, String message, final JsResult result) {
|
||||||
@ -150,6 +151,7 @@ public class CordovaChromeClient extends WebChromeClient {
|
|||||||
* @param url
|
* @param url
|
||||||
* @param message
|
* @param message
|
||||||
* @param result
|
* @param result
|
||||||
|
* @see Other implementation in the Dialogs plugin.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean onJsConfirm(WebView view, String url, String message, final JsResult result) {
|
public boolean onJsConfirm(WebView view, String url, String message, final JsResult result) {
|
||||||
@ -204,6 +206,7 @@ public class CordovaChromeClient extends WebChromeClient {
|
|||||||
* @param message
|
* @param message
|
||||||
* @param defaultValue
|
* @param defaultValue
|
||||||
* @param result
|
* @param result
|
||||||
|
* @see Other implementation in the Dialogs plugin.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean onJsPrompt(WebView view, String url, String message, String defaultValue, JsPromptResult result) {
|
public boolean onJsPrompt(WebView view, String url, String message, String defaultValue, JsPromptResult result) {
|
||||||
|
Loading…
Reference in New Issue
Block a user