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

getVisited

open suspend fun getVisited(uris: List<String>): 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.

Return
A list of booleans indicating visited status of each corresponding page URI from uris.

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

Overrides HistoryStorage.getVisited

Retrieves a list of all visited pages.

Return
A list of all visited page URIs.