NavigationAction

Describes the navigation actions that can be performed on a ReaderView.

Entries

Link copied to clipboard

Navigation to the next range of content. In a paginated renderer this will be the next page or spread. In a scrolling renderer this may be the content range after the currently visible content, or the start of the next document if the scroll is at the bottom.

Link copied to clipboard

Navigation to the previous range of content. In a paginated renderer this will be the previous page or spread. In a scrolling renderer this may be the content range before the currently visible content, or the end of the previous document if the scroll is at the top.

Link copied to clipboard

Navigation to the next RenderablePage that is not currently visible in the ReaderView.

Link copied to clipboard

Navigation to the previous RenderablePage that is not currently visible in the ReaderView.

Link copied to clipboard

Navigation to current page or spread. This is typically used when a SWIPE_NAVIGATION gesture is canceled, to indicate that the renderer is performing an animation to restore current state.

Link copied to clipboard

Navigation to a new location in the ReaderPublication which cannot be described as a NEXT or PREVIOUS navigation action.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard