Outline Pager Adapter
A state pager adapter controlling the pager items (outline view and annotation list view) that saves and restores View states.
Functions
Link copied to clipboard
Returns the position of an item in the adapter.
Link copied to clipboard
Returns item tab button id.
Link copied to clipboard
Returns the title of the page at the given position.
Link copied to clipboard
Returns the position of item with given tab button id.
Link copied to clipboard
Checks whether the document info list view is available as a tab.
Link copied to clipboard
Checks whether the outline list view should be available as a tab.
Link copied to clipboard
Called when the current page is scrolled.
Link copied to clipboard
Called when the scroll state changes.
Link copied to clipboard
Called when a new page is selected.
Link copied to clipboard
Refresh items visibility in the adapter.
Link copied to clipboard
open fun setDocument(@Nullable document: PdfDocument, @Nullable configuration: PdfConfiguration, @NonNull onHideListener: OutlinePagerBaseView.OnHideListener)
Sets the document to the adapter.