Refreshing the News Feed
You can manually request Braze to refresh the user’s News Feed in Appboy.h
using - (void) requestFeedRefresh;
. For example:
1
[[Appboy sharedInstance] requestFeedRefresh];
For more information see the Appboy.h
header file.