AnnotationNoteHinter

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
open suspend override fun getDrawablesForPage(context: Context, document: PdfDocument, @IntRange(from = 0) pageIndex: Int): List<ERROR CLASS: Symbol not found for PdfDrawable>

Returns all drawables for the given document and pageIndex. The framework may call this method on any thread.

Link copied to clipboard
open override fun onAnnotationCreated(annotation: Annotation)

Called when annotation has been created.

Link copied to clipboard
open override fun onAnnotationRemoved(annotation: Annotation)

Called when existing annotation has been removed.

Link copied to clipboard
open override fun onAnnotationUpdated(annotation: Annotation)

Called when existing annotation has changed.

Link copied to clipboard
open override fun onAnnotationZOrderChanged(pageIndex: Int, oldOrder: List<Annotation>, newOrder: List<Annotation>)

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