On Document Long Press Listener
interface OnDocumentLongPressListener
Listener for document long press events on the the PdfFragment.
See also
Functions
Link copied to clipboard
abstract fun onDocumentLongPress(@NonNull document: PdfDocument, @IntRange(from = 0 ) pageIndex: Int, @Nullable event: MotionEvent, @Nullable pagePosition: PointF, @Nullable longPressedAnnotation: Annotation): Boolean
Called when user long-press / long-clicks on the page.