Breaking
- BannerView:
onDismissCallbackis now invoked with a singleBannerDismissSnapshotargument (placementId,stableKey, andtrackingId, each nullable when unknown) instead of a no-argument callback. Integrators must update assignments to use the new signature.
Changed
- Removed the hardcoded
Toastshown byContentCardsFragmentwhen the network is unavailable, aligning withContentCardsList(Jetpack Compose) which only logs. The empty-state view is still displayed. Integrators that want to surface a custom network-error UI should handle it at the app layer using their own connectivity signals.