getRepeatOverlayText

abstract fun getRepeatOverlayText(@NonNull annotationTool: AnnotationTool): Boolean

Gets last configured repeat overlay text setting from preferences.

Return

The last configured repeat overlay text setting.

Parameters

annotationTool

Annotation tool for which we need the preferences.


abstract fun getRepeatOverlayText(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant): Boolean

Gets last configured repeat overlay text setting from preferences.

Return

The last configured repeat overlay text setting.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.