DSGetEnvelopeListListener

interface DSGetEnvelopeListListener

Callback for retrieving synced envelope from DocuSign. It returns an envelope for a successful conversion and an exception for an unsuccessful one

Functions

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

This method is invoked when an error is thrown during retrieving envelope

Link copied to clipboard
abstract fun onSuccess(envelopes: List<DSEnvelope>)

This method is invoked when envelope is successfully retrieved