to top
Android APIs
public class

WebView.WebViewTransport

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

Class Overview

Transportation object for returning WebView across thread boundaries.

Summary

Public Constructors
WebView.WebViewTransport()
Public Methods
synchronized WebView getWebView()
Gets the WebView object.
synchronized void setWebView(WebView webview)
Sets the WebView to the transportation object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WebView.WebViewTransport ()

Added in API level 1

Public Methods

public synchronized WebView getWebView ()

Added in API level 1

Gets the WebView object.

Returns
  • the transported WebView object

public synchronized void setWebView (WebView webview)

Added in API level 1

Sets the WebView to the transportation object.

Parameters
webview the WebView to transport