Skip to content

20.0.0

Choose a tag to compare

@hokstuff hokstuff released this 01 Jul 20:33
· 8 commits to master since this release
Breaking
  • Updates the native iOS bridge from Braze Swift SDK 14.1.0 to 16.0.0.
    • With this update, the underlying Content Cards list behind getCachedContentCards (including removed, viewed, and clicked states) is updated immediately when changes occur. This now matches the iOS behavior with Android.
Added
  • Updates the native Android bridge from Braze Android SDK 42.2.0 to 42.3.1.
    • Fixed an issue where HTML In-App Messages displayed during an Activity transition could remain visible but not dismissable after carryover.
  • Adds support for banner dismissals.
    • Adds stableKey field to the BrazeBanner model.
    • Adds onDismiss callback to BrazeBannerView, invoked when the banner for that placement is dismissed.
    • Adds BrazePlugin.dismissBanner(placementId) to programmatically dismiss the banner for a given placement.