setOverlayText

abstract fun setOverlayText(@NonNull annotationTool: AnnotationTool, @NonNull overlayText: String)

Sets the overlay text to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

overlayText

The overlay text to set.


abstract fun setOverlayText(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant, @NonNull overlayText: String)

Sets the overlay text to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.

overlayText

The overlay text to set.