ContentCard

fun ContentCard(card: Card, clickHandler: (Card) -> Boolean? = null, style: ContentCardStyling = LocalContentCardStyling.current)

Represents an individual content card.

Parameters

card

The content card data model.

clickHandler

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.