# Print output for @column tags ?>
public
class
WebView.WebViewTransport
extends Object
| java.lang.Object | |
| ↳ | android.webkit.WebView.WebViewTransport |
Transportation object for returning WebView across thread boundaries.
Public constructors | |
|---|---|
WebViewTransport()
|
|
Public methods | |
|---|---|
WebView
|
getWebView()
Gets the WebView object. |
void
|
setWebView(WebView webview)
Sets the WebView to the transportation object. |
Inherited methods | |
|---|---|
public WebViewTransport ()
public WebView getWebView ()
Gets the WebView object.
| Returns | |
|---|---|
WebView |
the transported WebView object
This value may be null. |
public void setWebView (WebView webview)
Sets the WebView to the transportation object.
| Parameters | |
|---|---|
webview |
WebView: the WebView to transport
This value may be null. |