DSCacheTemplateListener

interface DSCacheTemplateListener

This class provides listener during caching of a template

Functions

Link copied to clipboard
abstract fun onComplete(template: DSTemplate)

This method is invoked when template is successfully cached

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

This method is invoked when an error is thrown during caching template

Link copied to clipboard
abstract fun onStart()

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