Completed

data class Completed(val query: String, val resultCount: Int) : PdfViewSearchStatus

The search finished successfully.

Constructors

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

Properties

Link copied to clipboard

the searched text.

Link copied to clipboard

number of matches across the document.