IContentCardsActionListener

The IContentCardsActionListener receives the Card when a user action such as clicking or dismissal is performed and gives the host app the ability to override Braze's default procedure for the user action.

Functions

Link copied to clipboard
open fun onContentCardClicked(context: Context, card: Card, cardAction: IAction?): Boolean
Link copied to clipboard
open fun onContentCardDismissed(context: Context, card: Card)

Note that the Card will be off-screen by the time this function is called.

Inheritors

Link copied to clipboard