DSCaptiveSigningListener

interface DSCaptiveSigningListener : DSOnlineSigningListener

Listener for Captive Signing

Functions

Link copied to clipboard
abstract fun onCancel(envelopeId: String, recipientId: String)

Call back called when signing is canceled for the recipient

Link copied to clipboard
abstract fun onError(envelopeId: String?, exception: DSSigningException)

Call back called when an error occurred during signing ceremony

Link copied to clipboard
abstract fun onRecipientSigningError(envelopeId: String, recipientId: String, exception: DSSigningException)

Call back called when an error occurred during signing for the recipient

Link copied to clipboard
abstract fun onRecipientSigningSuccess(envelopeId: String, recipientId: String)

Call back called when signing is successful for the recipient

Link copied to clipboard
abstract fun onStart(envelopeId: String)

Call back called when the envelope signing is about to start

Link copied to clipboard
abstract fun onSuccess(envelopeId: String)

Call back called when the signing is completed for the given envelopeId