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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val largeIcon: String? = null
Link copied to clipboard
val smallIcon: String? = null
Link copied to clipboard
val viewTemplate: Template? = null

Functions

Link copied to clipboard
fun toJson(): String?