Refreshing Content Cards
You can queue a manual refresh of Braze Content Cards at any time by calling:
1
Appboy.getInstance(context).requestContentCardsRefresh(false);
1
Appboy.getInstance(context).requestContentCardsRefresh(false)
For more information on this method, please see our corresponding Javadocs.