Document Sharing Dialog
Dialog with document sharing options.
See also
Types
Link copied to clipboard
interface SharingDialogListener
Listener for sharing dialog.
Functions
Link copied to clipboard
Hides existing DocumentSharingDialog.
Link copied to clipboard
Test if document sharing dialog is visible.
Link copied to clipboard
Link copied to clipboard
open fun restore(@NonNull manager: FragmentManager, @Nullable listener: DocumentSharingDialog.SharingDialogListener)
Restores SharingDialogListener in existing instance of the dialog if exists.
Link copied to clipboard
open fun show(@NonNull manager: FragmentManager, @NonNull configuration: DocumentSharingDialogConfiguration, @Nullable listener: DocumentSharingDialog.SharingDialogListener)
Shows the DocumentSharingDialog.
open fun show(@Nullable dialog: BaseDocumentSharingDialog, @NonNull manager: FragmentManager, @NonNull configuration: DocumentSharingDialogConfiguration, @Nullable listener: DocumentSharingDialog.SharingDialogListener)
Shows the passed dialog or DocumentSharingDialog.