package

androidx.pdf.viewer.loader

Interfaces

PdfLoaderCallbacksCallback interface - should be implemented by a client of PdfLoader, so that they can be notified when PdfLoader has loaded the requested data from the PDF document.

Classes

PdfConnectionHandles the connection to the Pdf service:
  • Handles binding and the lifecycle of the connection,
  • Manages the PdfDocumentRemote stub object.
PdfLoaderAllows the caller to make asynchronous requests for data from a PdfDocument.
PdfPageLoaderLoads data for an individual page of the PDF document.
PdfTaskExecutorExecutor for running AbstractPdfTasks.
TaskDenyListUtility to disable tasks that are causing crashes.
WeakPdfLoaderCallbacksA delegating implementation of PdfLoaderCallbacks that allows the delegate to be garbage collected by holding only a weak reference.