public class

AmazonWebHistoryItem

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonWebHistoryItem

Class Overview

The AmazonWebHistoryItem class is intended to be functionally equivalent to to the WebHistoryItem class. See WebHistoryItem for usage.

Summary

Public Methods
Bitmap getFavicon()
The getFavicon() method gets the favicon for the item, and is intended to be functionally equivalent to the getFavicon() method.
String getOriginalUrl()
The getOriginalUrl() method gets the original url for the item, and is intended to be functionally equivalent to the getOriginalUrl() method.
String getTitle()
The getTitle() method gets the title for the item, and is intended to be functionally equivalent to the getTitle() method.
String getUrl()
The getUrl() method gets the url for the item, and is intended to be functionally equivalent to the getUrl() method.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Bitmap getFavicon ()

The getFavicon() method gets the favicon for the item, and is intended to be functionally equivalent to the getFavicon() method. See getFavicon() for usage.

public String getOriginalUrl ()

The getOriginalUrl() method gets the original url for the item, and is intended to be functionally equivalent to the getOriginalUrl() method. See getOriginalUrl() for usage.

public String getTitle ()

The getTitle() method gets the title for the item, and is intended to be functionally equivalent to the getTitle() method. See getTitle() for usage.

public String getUrl ()

The getUrl() method gets the url for the item, and is intended to be functionally equivalent to the getUrl() method. See getUrl() for usage.