onMoreSearchResults

abstract fun onMoreSearchResults(@NonNull results: List<SearchResult>)

Called every time the PdfSearchView has a new chunk of SearchResult instances. The listener implementation must be abel to handle multiple subsequent calls, since the search view may call this method multiple times during a search.

Parameters

results

The next chunk of search results.