Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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