AnnotationViewsListener

Listener interface for receiving callbacks when annotation editing views are created. Implement this interface to customize annotation editing widgets, such as free text annotation EditText views.

Functions

Link copied to clipboard
abstract fun onAnnotationEditTextViewCreated(annotation: Annotation, editText: EditText)

Called when annotation views factory created an EditText widget for editing freetext annotations.