public class BrazeContentCardsManager
extends java.lang.Object
Constructor and Description |
---|
BrazeContentCardsManager() |
Modifier and Type | Method and Description |
---|---|
IContentCardsActionListener |
getContentCardsActionListener() |
static BrazeContentCardsManager |
getInstance() |
void |
setContentCardsActionListener(IContentCardsActionListener customContentCardsActionListener)
Assigns a custom
IContentCardsActionListener that will be used to handle user actions. |
public static BrazeContentCardsManager getInstance()
public void setContentCardsActionListener(IContentCardsActionListener customContentCardsActionListener)
IContentCardsActionListener
that will be used to handle user actions.customContentCardsActionListener
- A custom implementation of IContentCardsActionListener
public IContentCardsActionListener getContentCardsActionListener()
IContentCardsActionListener
interface.