Interface GeckoSession.HistoryDelegate.HistoryItem

Enclosing interface:
GeckoSession.HistoryDelegate

public static interface GeckoSession.HistoryDelegate.HistoryItem
A representation of an entry in browser history.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get the title of this history element.
    default String
    Get the URI of this history element.
  • Method Details

    • getUri

      @AnyThread @NonNull default String getUri()
      Get the URI of this history element.
      Returns:
      A String representing the URI of this history element.
    • getTitle

      @AnyThread @NonNull default String getTitle()
      Get the title of this history element.
      Returns:
      A String representing the title of this history element.