18.2.0
Added
- Adds the following public protocols that mirror each module's public API:
Braze.CoreModule- the top-levelBrazeinstance.Braze.UserModule-Braze.UserBraze.NotificationsModule-Braze.NotificationsBraze.LiveActivitiesModule-Braze.LiveActivitiesBraze.FeatureFlagsModule-Braze.FeatureFlagsBraze.ContentCardsModule-Braze.ContentCardsBraze.BannersModule-Braze.Banners- These public modules support both Swift and Objective-C, except for
Braze.LiveActivitiesModulewhich is Swift-only.
Deprecated
- Deprecates all public symbols in
BrazeKitCompatandBrazeUICompat, which will be removed in a future major release. UseBrazeKit(andBrazeUIfor UI components) instead.