Default Bookmark Adapter
open class DefaultBookmarkAdapter : BookmarkViewAdapter, DocumentListener, BookmarkProvider.BookmarkListener, DefaultLifecycleObserver
Default implementation of BookmarkViewAdapter which handles bookmark behaviour for the default BookmarkListView.
Functions
Link copied to clipboard
Adds this view to bookmark change events via BookmarkListener interface.
Link copied to clipboard
Called to retrieve the list of bookmarks to display.
Link copied to clipboard
Called to determine bookmark add button enabled state.
Link copied to clipboard
Called when add button has been clicked in this view.
Link copied to clipboard
Called when a new bookmark was added.
Link copied to clipboard
Called when user taps on a bookmark outside editing mode.
Link copied to clipboard
Called when bookmark should be renamed.
Link copied to clipboard
Called when bookmark has been reordered in this view.
Link copied to clipboard
Called when user deleted the bookmark from list.
Link copied to clipboard
Called when bookmark list has been changed in some way.
Link copied to clipboard
Link copied to clipboard
Called when document is successfully loaded and the document view has been laid out.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes this view from bookmark change events via BookmarkListener interface.