warning:
AppboyKit (also known as the Objective-C SDK) is no longer supported and has been replaced by the Swift SDK. It will no longer receive new features, bug fixes, security updates, or technical support—however, messaging and analytics will continue to function as normal. To learn more, see Introducing the New Braze Swift SDK.
Refreshing the feed
Refreshing Content Cards
You can manually request Braze to refresh the user’s Content Cards using the requestContentCardsRefresh:
method on the Appboy
interface:
1
[[Appboy sharedInstance] requestContentCardsRefresh];
1
Appboy.sharedInstance()?.requestContentCardsRefresh()
For more information, see the Appboy.h
header file.