In-App Messaging Android Apps that use SDK Version 11
In version 11, the In-App Messaging component was migrated to a standalone feature module. This migration involves the following key changes:
- Package Name Changes: Updated to reflect the new modular structure.
- New Configuration Pattern: In-App Messaging can now be configured at SDK configuration time (recommended).
- Updated Event Listener: Added the
InAppMessageCloseActionfunction parameter to thedidCloseMessagefunction in theInAppMessageManager.EventListener.
In-App Messaging configuration is now performed at SDK Configuration time. While this approach is recommended, previous runtime configuration options remain available through the new InAppMessagingFeatureModule class.
Note: You can no longer access the InAppMessageManager through the Marketing Cloud SDK as it has been removed from the core library.
For more information see, Implement In-App Messaging on Android.