Package com.pspdfkit.document.sharing
Interface DocumentSharingProviderProcessor.PdfProcessorProgressListener
-
- All Implemented Interfaces:
public interface DocumentSharingProviderProcessor.PdfProcessorProgressListener
Listener for PdfProcessor progress updates used when preparing PdfDocument for sharing.
-
-
Method Summary
Modifier and Type Method Description abstract void
onProcessorProgress(@NonNull() PdfProcessor.ProcessorProgress progress)
-
-
Method Detail
-
onProcessorProgress
abstract void onProcessorProgress(@NonNull() PdfProcessor.ProcessorProgress progress)
-
-
-
-