Annotation Editor
For internal usage only.
Types
Link copied to clipboard
interface OnDismissedListener
Listener to be called once the annotation editor has been dismissed.
Functions
Link copied to clipboard
open fun forAnnotation(@NonNull annotation: Annotation, @NonNull fragment: PdfFragment, @NonNull onEditRecordedListener: OnEditRecordedListener): AnnotationEditor
Create an editor for the given
annotation
.Link copied to clipboard
Link copied to clipboard
open fun restoreFromState(@NonNull fragment: PdfFragment, @NonNull onEditRecordedListener: OnEditRecordedListener): AnnotationEditor
Restore and retrieve a previously created annotation editor instance.
Link copied to clipboard
open fun setOnDismissedListener(@Nullable onDismissedListener: AnnotationEditor.OnDismissedListener)
Sets a listener to be notified of a cancellation.
Link copied to clipboard