Get Navigation History Response
data class GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)
Content copied to clipboard
Represents response frame that is returned from Page#getNavigationHistory operation call. Returns navigation history for the current page.
See also
Constructors
GetNavigationHistoryResponse
Link copied to clipboard
fun GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard