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.
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.
suspend fun getVisited(): List<String>
(source)
Overrides HistoryStorage.getVisited
Retrieves a list of all visited pages.
Return
A list of all visited page URIs.