DSCacheEnvelopeListener

interface DSCacheEnvelopeListener

This class provides listener during caching of an envelope

Functions

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

This method is invoked when the envelope is successfully cached

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

This method is invoked when an error is thrown during caching the envelope

Link copied to clipboard
abstract fun onStart()

This method is invoked when the caching of envelope is initiated. In this method, app can show the progress indicator