public interface TemplateDownloadListener
Modifier and Type | Method and Description |
---|---|
void |
downloadTemplateFailed(String templateId,
Error error)
Gets called when downloading a template fails.
|
void |
downloadTemplateSucceeded(Template template)
Gets called when downloading a template succeeds.
|
void downloadTemplateSucceeded(Template template)
template
- downloaded template object