DSOfflineSigningWithPhotoListener

interface DSOfflineSigningWithPhotoListener : DSOfflineSigningListener

This class provides the listener for 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(envelopeId: String)

This method is invoked when signing is canceled by a Signer or In-person Host

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 onError(exception: DSSigningException)

This method is invoked when an error occurred during signing ceremony

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

This method is invoked when signing is successful