BaseDocumentPrintDialog

Base class for all dialogs returning document print options. This class contains a com.pspdfkit.ui.dialog.DocumentPrintDialog it can send com.pspdfkit.document.printing.PrintOptions to which triggers the actual sharing to happen. If you want to cancel sharing you can dismiss your self without calling the listener.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
The configuration controlling which options are available in this dialog.
Link copied to clipboard
The listener to notify when print options are selected or the dialog is dismissed.

Functions

Link copied to clipboard
open fun onCreate(@Nullable savedInstanceState: Bundle)
Called when the dialog is first created.
Link copied to clipboard
open fun onDismiss(dialog: DialogInterface)
Called when the dialog is dismissed.
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)
Saves the dialog configuration so it can be restored after a configuration change.