Class ElectronicSignatureFragment

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.view.View.OnCreateContextMenuListener , androidx.activity.result.ActivityResultCaller , androidx.lifecycle.HasDefaultViewModelProviderFactory , androidx.lifecycle.LifecycleOwner , androidx.lifecycle.ViewModelStoreOwner , androidx.savedstate.SavedStateRegistryOwner

    
    public class ElectronicSignatureFragment
    extends Fragment
                        

    A dialog for adding a signature to a document by drawing, selecting an image, or typing. an electronic signature. The dialog also provides a list of stored signatures. This class requires the Electronic Signatures feature to be enabled in your license. To show the dialog, use show providing the fragment manager of the current activity, and a callback for receiving the user's selection. To cryptographically sign a document with a certificate, please use the Signer class from PSPDFKit’s Digital Signatures component. Check out https://pspdfkit.com/guides/android/signatures/ for more general information about signatures.