requestFeedRefresh

abstract fun requestFeedRefresh()

Requests an immediate refresh of the news feed from the Braze server.

All refresh requests also flush the session/events queue when the network request executes.

Results of refresh calls are reported asynchronously via events. Events can be subscribed to with other methods in this class. If the network call returns before any subscribers are active, the result will be lost.