onPageChanged

abstract fun onPageChanged(@NonNull controller: PdfThumbnailBarController, @IntRange(from = 0) pageIndex: Int)

Called whenever the user touched or dragged across the thumbnail bar, selecting a different page. The thumbnail bar won't update its internal state (i.e. the currently shown emphasized/highlighted page) after calling this method, but will wait for a subsequent call to onPageChanged or onPageChanged before updating.

Parameters

controller

PdfThumbnailBarController that triggered this event.

pageIndex

Number of the selected page.