public abstract class

BaseDocumentSharingDialog

extends AppCompatDialogFragment
java.lang.Object
   ↳ androidx.fragment.app.Fragment
     ↳ androidx.fragment.app.DialogFragment
       ↳ androidx.appcompat.app.AppCompatDialogFragment
         ↳ com.pspdfkit.ui.dialog.BaseDocumentSharingDialog
Known Direct Subclasses

Class Overview

Base class for all dialogs returning document sharing options. This class contains a 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.

Summary

[Expand]
Inherited Constants
From class androidx.fragment.app.DialogFragment
[Expand]
Inherited Fields
From class androidx.fragment.app.Fragment
Public Constructors
BaseDocumentSharingDialog()
Public Methods
DocumentSharingDialogConfiguration getConfiguration()
Returns the DocumentSharingDialogConfiguration used for this dialog.
DocumentSharingDialog.SharingDialogListener getListener()
Returns the DocumentSharingDialog.SharingDialogListener to call once the dialog is ready to perform the share action.
void onCreate(Bundle savedInstanceState)
void onDismiss(DialogInterface dialog)
void onSaveInstanceState(Bundle outState)
[Expand]
Inherited Methods
From class androidx.appcompat.app.AppCompatDialogFragment
From class androidx.fragment.app.DialogFragment
From class androidx.fragment.app.Fragment
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.DialogInterface.OnCancelListener
From interface android.content.DialogInterface.OnDismissListener
From interface android.view.View.OnCreateContextMenuListener
From interface androidx.activity.result.ActivityResultCaller
From interface androidx.lifecycle.HasDefaultViewModelProviderFactory
From interface androidx.lifecycle.LifecycleOwner
From interface androidx.lifecycle.ViewModelStoreOwner
From interface androidx.savedstate.SavedStateRegistryOwner

Public Constructors

public BaseDocumentSharingDialog ()

Public Methods

public DocumentSharingDialogConfiguration getConfiguration ()

Returns the DocumentSharingDialogConfiguration used for this dialog.

Returns

public DocumentSharingDialog.SharingDialogListener getListener ()

Returns the DocumentSharingDialog.SharingDialogListener to call once the dialog is ready to perform the share action.

Returns

public void onCreate (Bundle savedInstanceState)

public void onDismiss (DialogInterface dialog)

public void onSaveInstanceState (Bundle outState)