ReaderViewScrollByOptions

data class ReaderViewScrollByOptions(val setReadingPositionToReadingAreaStart: Boolean = true)

Constructors

Link copied to clipboard
constructor(setReadingPositionToReadingAreaStart: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether the ReaderView should update its reading position to the start of the new Reading Area after scrolling.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)