android-components / mozilla.components.concept.storage / HistoryStorage / recordVisit

recordVisit

abstract suspend fun recordVisit(uri: String, visitType: VisitType): Unit (source)

Records a visit to a page.

Parameters

uri - of the page which was visited.

visitType - type of the visit, see VisitType.