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

recordObservation

abstract fun recordObservation(uri: String, observation: PageObservation): Unit (source)

Records an observation about a page.

Parameters

uri - of the page for which to record an observation.

observation - a PageObservation which encapsulates meta data observed about the page.