TemplateParser

TemplateParser is used to parse the template string into a Template object rendered in a push notification

Inheritors

Types

Link copied to clipboard
class Factory

Functions

Link copied to clipboard
abstract fun hydrate(obj: Template): String

Hydrate the Template object into a string

Link copied to clipboard
abstract fun parse(obj: String): T

Parse the Template string into a Template object