Release Notes
- Added offline content card availability. Content cards can now be persisted to disk and served across app launches without a network connection. Opt-in and disabled by default
- Added a new API
clearCachedPropositionsfor clearing content card cached propositions from memory and disk. - Added a
servedFromPersistentCacheflag in the interaction XDM, indicating whether a card was served from the offline disk cache (true) or refreshed from a live network response this session (false). - Cleared content card state and persisted content card cache on identity reset.
- Skipped user-triggered proposition updates when the device is offline and returned
falsein the completion callback. - Dependency: AEPCore 5.11.0 or later is required to support offline availability of Content Cards.
What's Changed
- Staging to main for 5.16.0 by @namArora3112 in #504
Full Changelog: 5.15.0...5.16.0