com.pspdfkit.ui.PdfThumbnailGrid.OnDocumentSavedListener |
Listener for document saving inside PdfThumbnailGrid
. Document is being saved after
clicking on the "Save" or "Save As" buttons inside DocumentEditingToolbar
when
document editing mode is active.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onDocumentExported(Uri destinationUri)
Called when saving a document or exporting pages to a given destination is complete.
| ||||||||||
abstract void |
onDocumentSaved()
Called when saving a document in place is complete.
|
Called when saving a document or exporting pages to a given destination is complete.
destinationUri | Destination Uri to which the document was saved. |
---|
Called when saving a document in place is complete.