You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for multiple In-App Content Blocks in the same placeholder through InAppContentBlockCarousel. The SDK will loop through the content blocks one at a time in order of the configured Priority.
Adds support for AppInboxDetailView and AppInboxListView as widgets for integrating App Inbox into Flutter apps.
Adds requirePushAuthorization, allowWebCookies, and appInboxDetailImageInset Android-specific parameters to the configuration.
Adds rich styling support for native in-app messages.
Adds Segmentation API feature support
Updates native Android SDK to version 4.4.0.
Updates native iOS SDK to version 3.5.1.
Adds minor documentation improvements.
Increases the minimum supported Android API level to 24.
Fixed:
Fixes an issue where, in certain scenarios, the app would crash while parsing In-App message during manual tracking.
Fixes and updates some links in the documentation.