Interface PdfThumbnailGrid.OnDocumentSavedListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onDocumentSaved() Called when saving a document in place is complete.
      abstract void onDocumentExported(@NonNull() Uri destinationUri) Called when saving a document or exporting pages to a given destination is complete.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onDocumentSaved

         abstract void onDocumentSaved()

        Called when saving a document in place is complete.

      • onDocumentExported

         abstract void onDocumentExported(@NonNull() Uri destinationUri)

        Called when saving a document or exporting pages to a given destination is complete.

        Parameters:
        destinationUri - Destination Uri to which the document was saved.