Refreshing Content Cards
You can manually request Braze to refresh the user’s Content Cards using the requestContentCardsRefresh:
method on the Appboy
interface. For example:
1
[[Appboy sharedInstance] requestContentCardsRefresh];
1
Appboy.sharedInstance()?.requestContentCardsRefresh()
For more information see the Appboy.h
header file.