Page Progression Timeline Data
data class PageProgressionTimelineData(val timelineType: PageProgressionTimelineType, val totalNumberOfPages: Int, val visibleTimelineRange: PageProgressionTimelineRangeData)
Represents the data in a PageProgressionTimeline.
Constructors
Link copied to clipboard
constructor(timelineType: PageProgressionTimelineType, totalNumberOfPages: Int, visibleTimelineRange: PageProgressionTimelineRangeData)
Properties
Link copied to clipboard
Describes how the timeline data was calculated.
Link copied to clipboard
The total number of pages for all of the reader documents inside the ReaderView. Check timelineType to determine if this value is estimated or fixed.
Link copied to clipboard
The timeline range describing the positions currently visible in the ReaderView.