java.lang.Object | |
↳ | com.tencent.smtt.sdk.WebView.WebViewTransport |
Transportation object for returning WebView across thread boundaries.
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
|
Gets the WebView object.
Sets the WebView to the transportation object.
webview | the WebView to transport |
---|