requestBannersRefresh

open override fun requestBannersRefresh(ids: List<String>)

Requests a refresh of Banners from the Braze server.

Parameters

ids

The list of placement IDs to request a refresh for.


open override fun requestBannersRefresh(ids: List<String>, completionCallback: IValueCallback<BannersUpdatedEvent>?)

Requests a refresh of Banners from the Braze server.

Parameters

ids

The list of placement IDs to request a refresh for.

completionCallback

The callback to be executed when the request is complete.