In App Template Body Config
data class InAppTemplateBodyConfig(val alignment: InAppTemplateAlignment? = null, val body: String? = null, val textColor: String? = null)
Constructors
Link copied to clipboard
constructor(alignment: InAppTemplateAlignment? = null, body: String? = null, textColor: String? = null)