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
data class ElectronicSignatureOptions(val signatureSavingStrategy: SignatureSavingStrategy = SignatureSavingStrategy.SAVE_IF_SELECTED, val signatureColorOptions: SignatureColorOptions = SignatureColorOptions.fromDefaults(), val signatureCreationModes: List<SignatureCreationMode> = listOf(SignatureCreationMode.DRAW, SignatureCreationMode.IMAGE, SignatureCreationMode.TYPE)) : Parcelable

Options for configuring the ElectronicSignatureFragment. An instance of this can be passed to .

Link copied to clipboard
Dialog showing information of a digital signature.
Link copied to clipboard
open class SignatureUiData
UI data for the newly drawn signature.