DSDeleteCachedEnvelopeListener

interface DSDeleteCachedEnvelopeListener

Callback when the cached envelope is deleted. It returns an envelope ID for a successful deletion and an exception for an unsuccessful one

Functions

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

An error occurred during the deletion of cached Envelope

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

Deleting the cached envelope is successful