BannerDismissedEvent

data class BannerDismissedEvent(val placementId: String)

Published on the external event messenger when a banner is dismissed. com.braze.ui.banners.BannerView instances subscribe to this event and dismiss themselves when placementId matches their own placement.

Constructors

Link copied to clipboard
constructor(placementId: String)

Properties

Link copied to clipboard