Banner Pending Dismissal
data class BannerPendingDismissal(val bannerId: String, val stableKey: String? = null, val dismissalTimeMs: Long)
A single entry in the pending banner dismissals cache. Stored until the server acknowledges the dismissal via banner sync response.
Parameters
banner Id
Banner tracking ID (Banner.trackingId).
stable Key
Stable key that identifies the banner across metadata changes.
dismissal Time Ms
Dismissal timestamp in milliseconds; must use same source as request time (com.braze.support.nowInMilliseconds).