onContentCardClicked

open fun onContentCardClicked(context: Context, card: Card, cardAction: IAction?): Boolean

Return

boolean Flag to indicate to Braze whether the click should be handled by the host app. If true, Braze will log a card click and do nothing else. If false, Braze will continue its typical handling of the click.

Parameters

context

The context.

card

The card that has been clicked.

cardAction

The action associated with the card being clicked