DSOnlineUseTemplateListener
This interface provides the necessary callbacks when using a template online
Functions
Link copied to clipboard
Call back called when the sending/signing is completed for the given envelopeId
Link copied to clipboard
abstract fun onError(envelopeId: String?, exception: DSTemplateException)
Content copied to clipboard
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)
Content copied to clipboard
Call back called when an error occurred during signing for the recipient
Link copied to clipboard
abstract fun onRecipientSigningSuccess(envelopeId: String, recipientId: String)
Content copied to clipboard
Call back called when signing is successful for the recipient