DefaultContentCardsActionListener

Default IContentCardsActionListener that uses the interface's default method implementations for handling Content Card click and dismissal actions.

Constructors

Link copied to clipboard
constructor()

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.