BaseDocumentSharingDialog

Base class for all dialogs returning document sharing options. This class contains a com.pspdfkit.ui.dialog.DocumentSharingDialog.SharingDialogListener it can send SharingOptions 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 sharing 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.