show
open fun show(@NonNull manager: FragmentManager, @NonNull configuration: DocumentSharingDialogConfiguration, @Nullable listener: DocumentSharingDialog.SharingDialogListener)
Shows the DocumentSharingDialog. Will always attempt to obtain an existing instance of the dialog.
Parameters
open fun show(@Nullable dialog: BaseDocumentSharingDialog, @NonNull manager: FragmentManager, @NonNull configuration: DocumentSharingDialogConfiguration, @Nullable listener: DocumentSharingDialog.SharingDialogListener)
Shows the passed dialog or DocumentSharingDialog. Will always attempt to obtain an existing instance of the dialog.
Parameters
dialog
The BaseDocumentSharingDialog to show.
manager
The FragmentManager to use.
configuration
Dialog configuration object.
listener
Dialog listener.