Refreshing Content Cards
You can queue a manual refresh of Braze Content Cards at any time by calling:
1
Braze.getInstance(context).requestContentCardsRefresh(false);
1
Braze.getInstance(context).requestContentCardsRefresh(false)
Refer to our corresponding KDoc for more information on this method.