Package org.mozilla.geckoview
Interface GeckoSession.HistoryDelegate.HistoryItem
- Enclosing interface:
- GeckoSession.HistoryDelegate
public static interface GeckoSession.HistoryDelegate.HistoryItem
A representation of an entry in browser history.
-
Method Summary
-
Method Details
-
getUri
Get the URI of this history element.- Returns:
- A String representing the URI of this history element.
-
getTitle
Get the title of this history element.- Returns:
- A String representing the title of this history element.
-