requestContentCardsRefresh

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.


abstract fun requestContentCardsRefresh(fromCache: Boolean)

Deprecated

Please call {@link IBraze#requestContentCardsRefresh()} or {@link IBraze#requestContentCardsRefreshFromCache()} instead refresh Content Cards

Replace with

IBraze.requestContentCardsRefresh

To make a Content Cards network refresh request to Braze servers, call requestContentCardsRefresh. To make a Content Cards cached update, call requestContentCardsRefreshFromCache.