NavigationEntry

@Serializable
data class NavigationEntry(val id: Int, val url: String, val userTypedURL: String, val title: String, val transitionType: Page.TransitionType)

Navigation history entry.

Constructors

Link copied to clipboard
constructor(id: Int, url: String, userTypedURL: String, title: String, transitionType: Page.TransitionType)

Properties

Link copied to clipboard
val id: Int

Unique id of the navigation history entry.

Link copied to clipboard

Title of the navigation history entry.

Link copied to clipboard

Transition type.

Link copied to clipboard
val url: String

URL of the navigation history entry.

Link copied to clipboard

URL that the user typed in the url bar.