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

getVisited

abstract suspend fun getVisited(uris: List<String>): List<Boolean> (source)

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.

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

Retrieves a list of all visited pages.

Return
A list of all visited page URIs.