android-components / mozilla.components.browser.storage.memory / InMemoryHistoryStorage / recordVisit

recordVisit

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

Overrides HistoryStorage.recordVisit

Records a visit to a page.

Parameters

uri - of the page which was visited.

visitType - type of the visit, see VisitType.