ReaderViewGotoOptions

data class ReaderViewGotoOptions(val setReadingPositionToVisibleRangeStart: Boolean = false)

Options object used with ReaderView.goTo()

Constructors

Link copied to clipboard
constructor(setReadingPositionToVisibleRangeStart: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If this option is false, the ReaderView will use the location specified to ReaderView.goTo() as the reading position if the navigation is successful. This is the default behaviour.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)