Annotation Manager
interface AnnotationManager
Deprecated
This interface is deprecated and will be removed in a future release. Please use the standalone listener interfaces instead which can be added via com.pspdfkit.ui.PdfFragment: com.pspdfkit.ui.annotations.OnAnnotationSelectedListener, com.pspdfkit.ui.annotations.OnAnnotationCreationModeChangeListener, com.pspdfkit.ui.annotations.OnAnnotationCreationModeSettingsChangeListener, com.pspdfkit.ui.annotations.OnAnnotationEditingModeChangeListener
Interface for objects that manage a list of annotation listener instances.
Types
Link copied to clipboard
Listener for annotation creation mode enter/exit.
Link copied to clipboard
interface OnAnnotationCreationModeSettingsChangeListener : OnAnnotationCreationModeSettingsChangeListener
Listener for annotation creation mode settings changes.
Link copied to clipboard
Listener for annotation editing mode enter/exit.
Link copied to clipboard
Listener for annotation selection.