Electronic Signature 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 com.pspdfkit.signatures.SigningManager class from PSPDFKit’s Digital Signatures component.
Check out signature guide for more general information about signatures.
Functions
Link copied to clipboard
Dismisses any previously shown signature picker fragment.
Link copied to clipboard
Link copied to clipboard
open fun restore(@NonNull fragmentManager: FragmentManager, @Nullable listener: OnSignaturePickedListener)
open fun restore(@NonNull fragmentManager: FragmentManager, @Nullable listener: OnSignaturePickedListener, @Nullable signatureStorage: SignatureStorage)
Restores any previously shown ElectronicSignatureFragment by re-attaching a .
Link copied to clipboard
Sets listener for picked signatures.
Link copied to clipboard
open fun show(@NonNull fragmentManager: FragmentManager, @Nullable listener: OnSignaturePickedListener)
open fun show(@NonNull fragmentManager: FragmentManager, @Nullable listener: OnSignaturePickedListener, @Nullable signatureOptions: ElectronicSignatureOptions, @Nullable signatureStorage: SignatureStorage)
Shows the ElectronicSignatureFragment.