java.lang.Object | |
↳ | com.tencent.smtt.sdk.WebHistoryItem |
A convenience class for accessing fields in an entry in the back/forward list of a WebView. Each WebHistoryItem is a snapshot of the requested history item. Each history item may be updated during the load of a page.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Bitmap |
getFavicon()
Return the favicon of this history item or
null if no favicon was found. | ||||||||||
String |
getOriginalUrl()
Return the original url of this history item.
| ||||||||||
String |
getTitle()
Return the document title of this history item.
| ||||||||||
String |
getUrl()
Return the url of this history item.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Return the favicon of this history item or null
if no favicon was found.
null
.
Note: The VM ensures 32-bit atomic read/write operations so we don't have
to synchronize this method.
Return the original url of this history item. This was the requested url, the final url may be different as there might have been redirects while loading the site.
Return the document title of this history item.
Return the url of this history item. The url is the base url of this history item. See getTargetUrl() for the url that is the actual target of this history item.