onBookmarksChanged

open fun onBookmarksChanged(@NonNull bookmarks: List<Bookmark>)

Called when bookmark list has been changed in some way. Called on the UI thread. It is also called if any property of any bookmark in the list changes.

Parameters

bookmarks

List of bookmarks after change. The list is sorted.