OnAnnotationUpdatedListener

Listener for annotation update events inside AnnotationProvider.

See also

PdfFragment.addOnAnnotationUpdatedListener
PdfFragment.removeOnAnnotationUpdatedListener

Inheritors

Functions

Link copied to clipboard
abstract fun onAnnotationCreated(annotation: Annotation)

Called when annotation has been created.

Link copied to clipboard
abstract fun onAnnotationRemoved(annotation: Annotation)

Called when existing annotation has been removed.

Link copied to clipboard
abstract fun onAnnotationUpdated(annotation: Annotation)

Called when existing annotation has changed.

Link copied to clipboard

Called when the z-order of annotations has changed on a specified page.