BannerDismissSnapshot

data class BannerDismissSnapshot(val placementId: String?, val stableKey: String?, val trackingId: String?)

Identity fields for a dismissed banner, passed to BannerView.onDismissCallback. Fields may be null when the view had no resolved banner data (for example placement set before sync).

Constructors

Link copied to clipboard
constructor(placementId: String?, stableKey: String?, trackingId: String?)

Properties

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