VisitObservation

data class VisitObservation(var url: Url, var title: String? = null, var visitType: VisitType?, var isError: Boolean? = null, var isRedirectSource: Boolean? = null, var isPermanentRedirectSource: Boolean? = null, var at: PlacesTimestamp? = null, var referrer: Url? = null, var isRemote: Boolean? = null, var previewImageUrl: Url? = null)

Encapsulates either information about a visit to a page, or meta information about the page, or both. Use VisitType.UPDATE_PLACE to differentiate an update from a visit.

Constructors

Link copied to clipboard
constructor(url: Url, title: String? = null, visitType: VisitType?, isError: Boolean? = null, isRedirectSource: Boolean? = null, isPermanentRedirectSource: Boolean? = null, at: PlacesTimestamp? = null, referrer: Url? = null, isRemote: Boolean? = null, previewImageUrl: Url? = null)

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
Link copied to clipboard
Link copied to clipboard
var url: Url
Link copied to clipboard