Package com.pspdfkit.ui.dialog
Interface DocumentPrintDialogFactory
-
- All Implemented Interfaces:
public interface DocumentPrintDialogFactory
Allows you to create custom sharing dialogs instead of using the default one.
-
-
Method Summary
Modifier and Type Method Description abstract BaseDocumentPrintDialog
createDocumentPrintDialog()
Creates a dialog to be displayed during the sharing flow. -
-
Method Detail
-
createDocumentPrintDialog
@NonNull() abstract BaseDocumentPrintDialog createDocumentPrintDialog()
Creates a dialog to be displayed during the sharing flow.
- Returns:
A dialog that is displayed during the sharing flow.
-
-
-
-