Content Card
fun ContentCard(card: Card, clickHandler: (Card) -> Boolean? = null, style: ContentCardStyling = LocalContentCardStyling.current)
Represents an individual content card.
Parameters
card
The content card data model.
click Handler
The function to handle a content card click. If null, all card clicks will be handled automatically by the Braze SDK.
style
The styling for the individual content card.