android-components / mozilla.components.concept.engine / EngineSession / findNext

findNext

abstract fun findNext(forward: Boolean): Unit (source)

Finds and highlights the next or previous match found by findAll.

Parameters

forward - true if the next match should be highlighted, false for the previous match.