pl.wendigo.chrome.domain.page / GetNavigationHistoryResponse

GetNavigationHistoryResponse

data class GetNavigationHistoryResponse (source)

Represents response frame for Page.getNavigationHistory method call.

Returns navigation history for the current page.

Constructors

<init>

GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)

Represents response frame for Page.getNavigationHistory method call.

Properties

currentIndex

val currentIndex: Int

Index of the current navigation history entry.

entries

val entries: List<NavigationEntry>

Array of navigation history entries.