RichFeatures
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
Constructors
Link copied to clipboard
constructor(largeIcon: String? = null, smallIcon: String? = null, viewTemplate: Template? = null, buttons: RichButtonTemplate? = null)