request Content Cards Refresh
Requests an immediate refresh of Content Cards from the Braze server.
The result of this refresh call is reported asynchronously via events. Events can be subscribed to using IBraze.subscribeToContentCardsUpdates.
Deprecated
Please call {@link IBraze#requestContentCardsRefresh()} or {@link IBraze#requestContentCardsRefreshFromCache()} instead to refresh Content Cards
Replace with
IBraze.requestContentCardsRefresh
Content copied to clipboard
To make a Content Cards network refresh request to Braze servers, call requestContentCardsRefresh. To make a Content Cards cached update, call requestContentCardsRefreshFromCache.