On Annotation Updated Listener
interface OnAnnotationUpdatedListener
Listener for annotation update events inside AnnotationProvider.
See also
Pdf Fragment. add On Annotation Updated Listener
Pdf Fragment. remove On Annotation Updated Listener
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, oldOrder: List<@JvmSuppressWildcards Annotation>, newOrder: List<@JvmSuppressWildcards Annotation>)
Called when the z-order of annotations has changed on a specified page.