syncEnvelope
fun syncEnvelope(envelopeId: String, listener: DSSyncEnvelopeListener, deleteCachedEnvelope: Boolean = true)
Content copied to clipboard
Syncs the cached envelope for the given envelopeId
Parameters
envelopeId
envelopeId of DSEnvelope
listener
DSSyncEnvelopeListener implementation for success and failure
deleteCachedEnvelope
By default, its set to true. If set to false, after successful sync, the cached envelope is NOT deleted.