DSSyncAllEnvelopesListener
Callback when all the offline signed envelopes are synced.
Functions
Link copied to clipboard
Call back called when syncing of all envelopes is completed
Link copied to clipboard
abstract fun onEnvelopeSyncError(exception: DSSyncException, localEnvelopeId: String, syncRetryCount: Int?)
Content copied to clipboard
An error occurred during envelope syncing when syncAll Envelopes is invoked
Link copied to clipboard
abstract fun onEnvelopeSyncSuccess(localEnvelopeId: String, serverEnvelopeId: String?)
Content copied to clipboard
A single envelope sync is successful when syncAll Envelopes is invoked
Link copied to clipboard
Call back called when an error occurs while syncing all envelopes