Searching

data class Searching(val query: String, val completedPageCount: Int, val totalPageCount: Int) : PdfViewSearchStatus

A search is running and results arrive page by page.

Constructors

Link copied to clipboard
constructor(query: String, completedPageCount: Int, totalPageCount: Int)

Properties

Link copied to clipboard

how many pages have been searched.

Link copied to clipboard

the searched text.

Link copied to clipboard

total number of pages to search.