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 IContentCardsActionListenercontext - 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)
IContentCardsActionListenerCard will be off-screen by the time this function is called.onContentCardDismissed in interface IContentCardsActionListenercontext - The context.card - The card that has been dismissed.