Package-level declarations

Types

Link copied to clipboard
data class RichFeatures(val largeIcon: String? = null, val smallIcon: String? = null, val viewTemplate: Template? = null, val buttons: RichButtonTemplate? = null) : Parcelable

Rich features are used to define the layout of the push notification. Schema Maintained here: https://git.soma.salesforce.com/MarketingCloudSdk/sdk_models/blob/master/schemas/richFeatures_schema.json

Link copied to clipboard

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