public interface WebViewProcessListener
| Modifier and Type | Method | Description |
|---|---|---|
String |
getBrowserTitle() |
|
Map<String,String> |
getHttpHeaders() |
|
Map<String,String> |
getParameters() |
|
HttpRequestMethodType |
getRequestMethod() |
|
String |
getReturnUrl() |
|
String |
getUrl() |
|
void |
onWebViewProcess(android.app.Activity activity,
String url) |
|
void |
setUpWebview(android.webkit.WebView commWebView) |
void onWebViewProcess(android.app.Activity activity,
String url)
String getBrowserTitle()
String getUrl()
String getReturnUrl()
void setUpWebview(android.webkit.WebView commWebView)
HttpRequestMethodType getRequestMethod()
Copyright © 2025. All rights reserved.