DSGetEnvelopeIdsListener

interface DSGetEnvelopeIdsListener

Callback for retrieving envelopeId's. Returns a List of Envelope Id's for a successful conversion and an exception for an unsuccessful one

Functions

Link copied to clipboard
abstract fun onComplete(envelopeIdList: List<String>)

This method is invoked when envelopeId's are successfully retrieved

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

This method is invoked when an error is thrown during retrieving envelopeId's