| com.pspdfkit.signatures.signers.Signer.OnSigningCompleteCallback |
Called by the Signer whenever it completed digitally signing a PDF or an error occurred while trying.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onSigningCompleted()
Called by the
Signer when signing was successfully completed. | ||||||||||
| abstract void |
onSigningFailed(Exception ex)
Called by the
Signer if an error occurred while signing a PDF. | ||||||||||
Called by the Signer when signing was successfully completed.
Called by the Signer if an error occurred while signing a PDF.
| ex | The error reason. |
|---|