DSSyncEnvelopeListener

interface DSSyncEnvelopeListener

Callback when the offline signed envelope is synced. It returns local envelope ID, server envelope ID for a successful sync and an exception for an unsuccessful one

Functions

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

An error occurred during the syncing of offline signed Envelope

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

Syncing the offline signed envelope is successful