DSSyncAllEnvelopesListener

interface DSSyncAllEnvelopesListener

Callback when all the offline signed envelopes are synced.

Functions

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

Call back called when syncing of all envelopes is completed

Link copied to clipboard
abstract fun onEnvelopeSyncError(exception: DSSyncException, localEnvelopeId: String, syncRetryCount: Int?)

An error occurred during envelope syncing when syncAll Envelopes is invoked

Link copied to clipboard
abstract fun onEnvelopeSyncSuccess(localEnvelopeId: String, serverEnvelopeId: String?)

A single envelope sync is successful when syncAll Envelopes is invoked

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

Call back called when an error occurs while syncing all envelopes

Link copied to clipboard
abstract fun onStart()

Call back called when syncing of all envelopes is about to start