isCopyEnabled

Checks if all currently edited annotations can be copied.

Return

true if all annotations can be copied, false otherwise


abstract fun isCopyEnabled(@Nullable annotations: List<Annotation>): Boolean

Checks if all provided annotations can be copied.

Return

true if all annotations can be copied, false otherwise