getOverlayText

abstract fun getOverlayText(@NonNull annotationTool: AnnotationTool): String

Gets last configured overlay text from preferences.

Return

The last configured overlay text or default overlay text if not available.

Parameters

annotationTool

Annotation tool for which we need the preferences.

See also


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

Gets last configured overlay text from preferences.

Return

The last configured overlay text or default overlay text if not available.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.

See also