DSTemplate
data class DSTemplate(templateId: String, templateName: String?, documentUri: String?)
Content copied to clipboard
This class provides the information about template. This is passed back to the integrating app
Parameters
templateId
DSTemplate Id
templateName
Template Name
documentUri
Location of Template Document
Constructors
Link copied to clipboard
fun DSTemplate(templateId: String, templateName: String?, documentUri: String?)
Content copied to clipboard