java.lang.Object | |
↳ | com.pspdfkit.ui.signatures.SignatureOptions |
Options for configuring the SignaturePickerFragment
. An instance of this can be
passed to
show(FragmentManager, OnSignaturePickedListener, SignatureOptions, SignatureStorage)
.
Use SignatureOptions.Builder
to create an instance of this class.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | SignatureOptions.Builder | A helper class used for building the SignatureOptions . |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureOptions() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDefaultSigner()
Default signer used when signing a documents.
| ||||||||||
abstract SignatureCertificateSelectionMode |
getSignatureCertificateSelectionMode()
Defines if the user should be able to select certificates for digitally signing a document,
when creating a new signature.
| ||||||||||
abstract SignaturePickerOrientation |
getSignaturePickerOrientation()
The orientation to use for the signature picker, defaults to
AUTOMATIC . | ||||||||||
abstract SignatureSavingStrategy |
getSignatureSavingStrategy()
The saving strategy used when adding signatures.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default signer used when signing a documents.
null
if there's no default signer.
Defines if the user should be able to select certificates for digitally signing a document,
when creating a new signature. Defaults to IF_AVAILABLE
.
The orientation to use for the signature picker, defaults to AUTOMATIC
.
The saving strategy used when adding signatures. Defaults to SAVE_IF_SELECTED
.