BannerPendingDismissal

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

bannerId

Banner tracking ID (Banner.trackingId).

stableKey

Stable key that identifies the banner across metadata changes.

dismissalTimeMs

Dismissal timestamp in milliseconds; must use same source as request time (com.braze.support.nowInMilliseconds).

Constructors

Link copied to clipboard
constructor(bannerId: String, stableKey: String? = null, dismissalTimeMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard