DSOfflineUseTemplateWithPhotoListener

This class provides the listener for template offline signing ceremony when both the Sign with Photo setting AND Handle SignWithPhoto Capture setting is enabled.

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 onCapturePhotoStart(listener: DSCapturePhotoListener)

This method is invoked when the signer finishes signing and when both the Sign with Photo setting AND Handle SignWithPhoto Capture setting is enabled. The client has to implement SignWithPhoto capture implementation in this call back method.

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