onBookmarkRemove

abstract fun onBookmarkRemove(@NonNull bookmark: Bookmark): Boolean

Called when user deleted the bookmark from list.

Return

true if the bookmark should be actually deleted, false if it should be left on the list.

Parameters

bookmark

Bookmark that was deleted.