android-components / mozilla.components.browser.storage.sync / PlacesHistoryStorage / getVisited

getVisited

open fun getVisited(uris: List<String>): Deferred<List<Boolean>> (source)

Overrides HistoryStorage.getVisited

Maps a list of page URIs to a list of booleans indicating if each URI was visited.

Parameters

uris - a list of page URIs about which "visited" information is being requested.

callback - will be invoked with a list of booleans indicating visited status of each corresponding page URI from uris.

open fun getVisited(): Deferred<List<String>> (source)

Overrides HistoryStorage.getVisited

Retrieves a list of all visited pages.

Parameters

callback - will be invoked with a list of all visited page URIs.