Methods Summary |
---|
protected abstract android.webkit.WebHistoryItem | clone()Clone the history item for use by clients of WebView.
|
public abstract android.graphics.Bitmap | getFavicon()Return the favicon of this history item or null if no favicon was found.
|
public abstract int | getId()Return an identifier for this history item. If an item is a copy of
another item, the identifiers will be the same even if they are not the
same object.
|
public abstract java.lang.String | getOriginalUrl()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.
|
public abstract java.lang.String | getTitle()Return the document title of this history item.
|
public abstract java.lang.String | getUrl()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.
|