Package-level declarations

User interface components for signing PDFs.

Types

Link copied to clipboard
A dialog for adding a signature to a document by drawing, selecting an image, or typing.
Link copied to clipboard
Options for configuring the ElectronicSignatureFragment.
Link copied to clipboard
Dialog showing information of a digital signature.
Link copied to clipboard
abstract class SignatureOptions : Parcelable
Options for configuring the SignaturePickerFragment.
Link copied to clipboard

The SignaturePickerFragment can be used to create ink signatures to add to a document. The dialog provides a list of stored signatures, and a user interface for adding new signatures. Additionally, each signature can be associated with an existing Signer which allows digital signing of the document. To show the dialog, use .show providing the fragment manager of the current activity, and a callback for receiving the user's selection.

Link copied to clipboard
open class SignatureUiData
UI data for the newly drawn signature.