On Annotation Updated Listener
interface OnAnnotationUpdatedListener
Listener for annotation update events inside AnnotationProvider.
See also
Inheritors
Functions
Link copied to clipboard
Called when annotation has been created.
Link copied to clipboard
Called when existing annotation has been removed.
Link copied to clipboard
Called when existing annotation has changed.
Link copied to clipboard
abstract fun onAnnotationZOrderChanged(pageIndex: Int, @NonNull oldOrder: List<Annotation>, @NonNull newOrder: List<Annotation>)
Called when the z-order of annotations has changed on a specified page.