public
class
WebView.WebViewTransport
extends Object
java.lang.Object | |
↳ | android.webkit.WebView.WebViewTransport |
Transportation object for returning WebView across thread boundaries.
Public constructors | |
---|---|
WebView.WebViewTransport()
|
Public methods | |
---|---|
WebView
|
getWebView()
Gets the WebView object. |
void
|
setWebView(WebView webview)
Sets the WebView to the transportation object. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
WebView getWebView ()
Gets the WebView object.
Returns | |
---|---|
WebView |
the transported WebView object |
void setWebView (WebView webview)
Sets the WebView to the transportation object.
Parameters | |
---|---|
webview |
WebView :
the WebView to transport
|