8.0.0
Breaking
- Updates the native Android bridge from Braze Android SDK 27.0.1 to 29.0.0.
- Updates the native iOS bridge from Braze Swift SDK 6.6.0 to 7.0.0.
- Renames the
BannerContent Card type toImageOnly:BannerContentCard→ImageOnlyContentCardContentCardTypes.BANNER→ContentCardTypes.IMAGE_ONLY- On Android, if the XML files in your project contain the word
bannerfor Content Cards, it should be replaced withimage_only.
Braze.getFeatureFlag(id)will now returnnullif the feature flag does not exist.Braze.Events.FEATURE_FLAGS_UPDATEDwill only trigger when a refresh request completes with success or failure, and upon initial subscription if there was previously cached data from the current session.
Added
- Adds
Braze.getUserId()to get the ID of the current user.