# Print output for @column tags ?> WebView.WebViewTransport - Android SDK | Android Developers

Most visited


Recently visited


WebView.WebViewTransport

public class WebView.WebViewTransport
extends Object

java.lang.Object
   ↳ android.webkit.WebView.WebViewTransport


Transportation object for returning WebView across thread boundaries.

Summary


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 constructors


WebViewTransport

public WebViewTransport ()

Public methods


getWebView

public WebView getWebView ()

Gets the WebView object.

Returns
WebView the transported WebView object This value may be null.

setWebView

public void setWebView (WebView webview)

Sets the WebView to the transportation object.

Parameters
webview WebView: the WebView to transport This value may be null.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.