Reader View State Data
data class ReaderViewStateData(val activeGestureType: ReaderViewGestureType?, val activeNavigationAction: NavigationAction?, val activeTransform: TransformData?, val allowedGestureTypes: List<ReaderViewGestureType>, val atEnd: Boolean, val atStart: Boolean, val canPerformGoTo: Boolean, val canPerformNext: Boolean, val canPerformPrevious: Boolean, val canTransform: Boolean, val contentSelectionEnabled: Boolean, val destroyed: Boolean, val offscreenContentRendering: Boolean, val pageProgressionDirection: ReaderViewPageProgressionDirection?, val readingPosition: SimpleLocatorData?, val responsiveRendererSelectionEnabled: Boolean, val scriptedContentDocumentEventHandlersEnabled: Boolean, val scrollState: ReaderViewScrollStateData?, val visibleContentRendering: Boolean, val visiblePages: List<VisiblePageData>, val visibleRange: SimpleLocatorData?)
The ReaderView state as a JSON serializable object.
Constructors
Link copied to clipboard
fun ReaderViewStateData(activeGestureType: ReaderViewGestureType?, activeNavigationAction: NavigationAction?, activeTransform: TransformData?, allowedGestureTypes: List<ReaderViewGestureType>, atEnd: Boolean, atStart: Boolean, canPerformGoTo: Boolean, canPerformNext: Boolean, canPerformPrevious: Boolean, canTransform: Boolean, contentSelectionEnabled: Boolean, destroyed: Boolean, offscreenContentRendering: Boolean, pageProgressionDirection: ReaderViewPageProgressionDirection?, readingPosition: SimpleLocatorData?, responsiveRendererSelectionEnabled: Boolean, scriptedContentDocumentEventHandlersEnabled: Boolean, scrollState: ReaderViewScrollStateData?, visibleContentRendering: Boolean, visiblePages: List<VisiblePageData>, visibleRange: SimpleLocatorData?)
Types
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard