DSOnlineUseTemplateListener

interface DSOnlineUseTemplateListener

This interface provides the necessary callbacks when using a template online

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 onComplete(envelopeId: String, onlySent: Boolean)

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

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

Call back called when an error occurred trying to use the template

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

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 template signing is about to start