DSTemplateDefinitionListListener

interface DSTemplateDefinitionListListener

Functions

Link copied to clipboard
abstract fun onComplete(dsTemplateDefinitionList: List<DSTemplateDefinition>)

This method is invoked when templates are available

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

This method is invoked when an error occured

Link copied to clipboard
abstract fun onStart()

This method is invoked when the REST api call is made. In this method, app can for example display the progress indicator