TabHistoryEntry

data class TabHistoryEntry(var title: String, var url: String)

An individual entry in the navigation history of a sent tab.

Constructors

Link copied to clipboard
constructor(title: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var url: String