TabHistoryEntry

data class TabHistoryEntry(var title: String, var url: String, var isPrivate: Boolean = false)

A received tab. Mis-named as the original intent was to keep the full "back" history for a tab, where this would be one such entry - but that never happened.

Constructors

Link copied to clipboard
constructor(title: String, url: String, isPrivate: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

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