News Feed
Learn how to set up News Feed for the Braze Cordova SDK.
News Feed is being deprecated. We recommend migrating to our Content Cards messaging channel instead—it’s more flexible, customizable, and reliable. To get started, check out Migrating from News Feed.
Prerequisites
Before you can use this feature, you’ll need to integrate the Braze Cordova SDK into your app. However, no additional setup is required.
Setting up News Feed
See the Android and iOS integration instructions for information on how to integrate the News Feed into your Cordova app. Alternatively, our Cordova plugin provides a method, launchNewsFeed
, that will launch a modal News Feed without further integration.
The Braze Cordova SDK has several methods to get the number of read or unread News Feed cards for different categories. Check out a sample project implementation for an example.