isDeleteEnabled

Checks if all currently selected annotations can be deleted.

Return

true if all selected annotations can be deleted, false otherwise


open fun isDeleteEnabled(@Nullable annotations: List<Annotation>): Boolean

Checks if all provided annotations can be deleted.

Return

true if all annotations can be deleted, false otherwise

Parameters

annotations

The annotations to check.