public static interface

PdfThumbnailGrid.OnDocumentSavedListener

com.pspdfkit.ui.PdfThumbnailGrid.OnDocumentSavedListener

Class Overview

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.

Summary

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.

Public Methods

public abstract void onDocumentExported (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.

public abstract void onDocumentSaved ()

Called when saving a document in place is complete.