Navigation Entry
data class NavigationEntry(id: Int, url: String, userTypedURL: String, title: String, transitionType: TransitionType)
Content copied to clipboard
Navigation history entry.
Constructors
NavigationEntry
Link copied to clipboard
fun NavigationEntry(id: Int, url: String, userTypedURL: String, title: String, transitionType: TransitionType)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard