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

? Examples
WebView.WebViewTransport()
Public Methods

? Examples
synchronized WebView getWebView()
Gets the WebView object.

? Examples
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
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.