On Annotation Selected Listener
Functions
Link copied to clipboard
Called when annotation gets deselected.
Link copied to clipboard
Called when annotation gets selected.
Link copied to clipboard
open fun onAnnotationSelectionFinished(annotations: @JvmSuppressWildcards List<Annotation>, annotationsCreated: Boolean)
Called when annotation gets selected.
Link copied to clipboard
Called when a free text annotation enters or exits writing mode (keyboard editing).
Link copied to clipboard
open fun onPrepareAnnotationSelection(controller: AnnotationSelectionController, annotation: Annotation, annotationCreated: Boolean): Boolean
Called immediately before annotation is going to be selected.