canRemoveBookmark

open fun canRemoveBookmark(@NonNull bookmark: Bookmark): Boolean

Called to check if bookmark can be removed from the list.

Return

true if the bookmark can be removed, false if it should be left on the list.

Parameters

bookmark

Bookmark to check.