public class AppboyFeedManager
extends java.lang.Object
| Constructor and Description |
|---|
AppboyFeedManager() |
| Modifier and Type | Method and Description |
|---|---|
IFeedClickActionListener |
getFeedCardClickActionListener() |
static AppboyFeedManager |
getInstance() |
void |
setFeedCardClickActionListener(IFeedClickActionListener customNewsFeedClickActionListener)
Assigns a custom
IFeedClickActionListener that will be used to handle news feed card
click actions. |
public static AppboyFeedManager getInstance()
public void setFeedCardClickActionListener(IFeedClickActionListener customNewsFeedClickActionListener)
IFeedClickActionListener that will be used to handle news feed card
click actions.customNewsFeedClickActionListener - A custom implementation of
IFeedClickActionListenerpublic IFeedClickActionListener getFeedCardClickActionListener()
IFeedClickActionListener interface.