isDeleteEnabled

Checks if all currently edited annotations can be deleted.

Return

true if all edited annotations can be deleted, false otherwise


abstract 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