HistoryVisitInfo

data class HistoryVisitInfo(var url: Url, var title: String?, var timestamp: PlacesTimestamp, var visitType: VisitType, var isHidden: Boolean, var previewImageUrl: Url?, var isRemote: Boolean)

Constructors

Link copied to clipboard
constructor(url: Url, title: String?, timestamp: PlacesTimestamp, visitType: VisitType, isHidden: Boolean, previewImageUrl: Url?, isRemote: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var url: Url
Link copied to clipboard