public class DefaultContentCardsActionListener extends java.lang.Object implements IContentCardsActionListener
Constructor and Description |
---|
DefaultContentCardsActionListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
onContentCardClicked(android.content.Context context,
Card card,
IAction cardAction) |
void |
onContentCardDismissed(android.content.Context context,
Card card)
Note that the
Card will be off-screen by the time this function is called. |
public boolean onContentCardClicked(android.content.Context context, Card card, IAction cardAction)
onContentCardClicked
in interface IContentCardsActionListener
context
- The context.card
- The card that has been clicked.cardAction
- The action associated with the card being clickedpublic void onContentCardDismissed(android.content.Context context, Card card)
IContentCardsActionListener
Card
will be off-screen by the time this function is called.onContentCardDismissed
in interface IContentCardsActionListener
context
- The context.card
- The card that has been dismissed.