data class NavigationEntry
Navigation history entry.
<init> |
Navigation history entry. NavigationEntry(: Int, : String, : String, : String, : TransitionType) |
id |
Unique id of the navigation history entry. val id: Int |
title |
Title of the navigation history entry. val title: String |
transitionType |
Transition type. val transitionType: TransitionType |
url |
URL of the navigation history entry. val url: String |
userTypedURL |
URL that the user typed in the url bar. val userTypedURL: String |