public class WebView extends View
| Constructor and Description |
|---|
WebView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJavascriptInterface(Object object,
String name) |
void |
evaluateJavascript(String script,
ValueCallback<String> resultCallback) |
WebSettings |
getSettings() |
void |
setWebChromeClient(WebChromeClient client) |
void |
setWebViewClient(WebViewClient client) |
public void setWebViewClient(WebViewClient client)
public void setWebChromeClient(WebChromeClient client)
public WebSettings getSettings()
public void evaluateJavascript(String script, ValueCallback<String> resultCallback)
Copyright © 2022. All rights reserved.