requestContentCardsRefresh

open override fun requestContentCardsRefresh(fromCache: Boolean)

Requests an immediate refresh of Content Cards. If fromCache is true, data will be pulled from offline storage. If fromCache is false, the SDK will request an immediate refresh of Content Cards from the Braze server.

Results of both cached and non-cached refresh calls are reported asynchronously via events. Events can be subscribed to using IBraze.subscribeToContentCardsUpdates

If the network call returns before any subscribers are active, the result will be lost.

Parameters

fromCache

whether to request data from offline storage.