{{#type}}
fun Analytics.{{functionName}}(properties: {{typeName}}) {
  this.track("{{eventName}}", properties)
}
{{/type}}
