DSOfflineUseTemplateListener

interface DSOfflineUseTemplateListener

This interface provides the necessary callbacks when using a template in Offline mode

Functions

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

This method is invoked when either sending or signing the template has been canceled

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

This method is invoked when the template has been successfully used and sent

Link copied to clipboard
abstract fun onError(exception: DSTemplateException)

This method is invoked when there was an error when trying to use the template

Inheritors

Link copied to clipboard