public class

WebView.WebViewTransport

extends Object
java.lang.Object
   ↳ com.tencent.smtt.sdk.WebView.WebViewTransport

Class Overview

Transportation object for returning WebView across thread boundaries.

Summary

Public Constructors
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 WebViewTransport ()

Public Methods

public synchronized WebView getWebView ()

Gets the WebView object.

Returns
  • the transported WebView object

public synchronized void setWebView (WebView webview)

Sets the WebView to the transportation object.

Parameters
webview the WebView to transport