ReaderViewGotoOptions

data class ReaderViewGotoOptions(val setReadingPositionToVisibleRangeStart: Boolean = false)

Options object used with ReaderView.goTo()

Constructors

Link copied to clipboard
fun ReaderViewGotoOptions(setReadingPositionToVisibleRangeStart: Boolean = false)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

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.