DSGetCachedEnvelopeListener

interface DSGetCachedEnvelopeListener

Callback for retrieving cached envelope. It returns an envelope for a successful conversion and an exception for an unsuccessful one

Functions

Link copied to clipboard
abstract fun onComplete(envelope: DSEnvelope)

This method is invoked when envelope is successfully retrieved

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

This method is invoked when an error is thrown during retrieving envelope