CompactCardAddon

sealed class CompactCardAddon(source)

The add-on container in the media container supports CommercialMessage and Badge. Please note that only one add-on can be made visible.

CommercialMessage is a commercial message that adorns range products with an IKEA sales steering category. Badge is a badge that adorns range products with an IKEA sales steering category. None is used when there is no content to be used in add-on.

Inheritors

Types

Link copied to clipboard
data class Badge(val variant: BadgeVariant, val color: BadgeColor) : CompactCardAddon
Link copied to clipboard
data class CommercialMessage(val message: String, val type: CommercialMessageType) : CompactCardAddon
Link copied to clipboard
data object None : CompactCardAddon

No add-on content.