Navigation Action
Describes the navigation actions that can be performed on a ReaderView.
Entries
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.
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.
Navigation to the next RenderablePage that is not currently visible in the ReaderView.
Navigation to the previous RenderablePage that is not currently visible in the ReaderView.
Types
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.