Object DefaultListeners
-
- All Implemented Interfaces:
public class DefaultListeners
Contains the default values used by com.pspdfkit.jetpack.compose.views.DocumentView
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultListeners
INSTANCE
-
Method Summary
Modifier and Type Method Description final DocumentListener
documentListeners(Function1<PdfDocument, Unit> onDocumentLoaded, Function1<Throwable, Unit> onDocumentLoadFailed, Function2<PdfDocument, DocumentSaveOptions, Boolean> onDocumentSave, Function1<PdfDocument, Unit> onDocumentSaved, Function2<PdfDocument, Throwable, Unit> onDocumentSaveFailed, Function1<PdfDocument, Unit> onDocumentSaveCancelled, Function5<PdfDocument, Integer, MotionEvent, PointF, Annotation, Boolean> onPageClick, Function0<Boolean> onDocumentClick, Function2<PdfDocument, Integer, Unit> onPageChanged, Function3<PdfDocument, Integer, Float, Unit> onDocumentZoomed, Function2<PdfDocument, Integer, Unit> onPageUpdated)
final AnnotationListener
annotationListeners(Function3<AnnotationSelectionController, Annotation, Boolean, Boolean> onPrepareAnnotationSelection, Function2<Annotation, Boolean, Unit> onAnnotationSelected, Function2<List<Annotation>, Boolean, Unit> onAnnotationSelectionFinished, Function2<Annotation, Boolean, Unit> onAnnotationDeselected)
final UiListener
uiListeners(Function1<Boolean, Unit> onImmersiveModeEnabled, Function1<ScrollState, Unit> onDocumentScroll)
-
-
Method Detail
-
documentListeners
@Composable() final DocumentListener documentListeners(Function1<PdfDocument, Unit> onDocumentLoaded, Function1<Throwable, Unit> onDocumentLoadFailed, Function2<PdfDocument, DocumentSaveOptions, Boolean> onDocumentSave, Function1<PdfDocument, Unit> onDocumentSaved, Function2<PdfDocument, Throwable, Unit> onDocumentSaveFailed, Function1<PdfDocument, Unit> onDocumentSaveCancelled, Function5<PdfDocument, Integer, MotionEvent, PointF, Annotation, Boolean> onPageClick, Function0<Boolean> onDocumentClick, Function2<PdfDocument, Integer, Unit> onPageChanged, Function3<PdfDocument, Integer, Float, Unit> onDocumentZoomed, Function2<PdfDocument, Integer, Unit> onPageUpdated)
-
annotationListeners
@Composable() final AnnotationListener annotationListeners(Function3<AnnotationSelectionController, Annotation, Boolean, Boolean> onPrepareAnnotationSelection, Function2<Annotation, Boolean, Unit> onAnnotationSelected, Function2<List<Annotation>, Boolean, Unit> onAnnotationSelectionFinished, Function2<Annotation, Boolean, Unit> onAnnotationDeselected)
-
uiListeners
@Composable() final UiListener uiListeners(Function1<Boolean, Unit> onImmersiveModeEnabled, Function1<ScrollState, Unit> onDocumentScroll)
-
-
-
-