isCopyEnabled

Checks if all currently selected annotations can be copied.

Return

true if all annotations can be copied, false otherwise


open 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

Parameters

annotations

The annotations to check.