OptionalModule
added to support adding of additional modules- Adobe Visitor API module support
- Support for Visitor Switching
- New config key:
visitorIdentityKey
- New methods:
resetVisitorId()
andclearStoredVisitorIds()
- New Visitor Id Updated listener:
setVisitorIdListener((visitorId) => { /* */ })
- New config key:
- Tealium Swift/Kotlin SDK Dependency updates
- Support for packaged Remote Commands
- Fix for RemoteCommands callback not being executed
- Breaking change - new
addRemoteCommand
method added to accept more flexible implementation. Previous method renamed toaddCustomRemoteCommand
- Kotlin dependency upgraded to 1.4.1.
- Swift dependency upgraded to 2.6.4.
- Increaseed iOS min version to 11.0.
- Added
overrideCollectProfile
andsessionCountingEnabled
keys to the config. - Added
gatherTrackData
method to tealium instance. - Kotlin: Fixed lifecycle that was being initialized even if not added to the config.
- Updated kotlin and swift tealium dependency versions.
- Kotlin
- Changed collectors to include TimeCollector by default in keeping with Swift.
- Updated Kotlin SDK dependencies
- Fix - LogLevel configuration was being ignored
- Initial release. Updated the plugin to use the Kotlin and Swift libraries.
- Added support for Remote Commands
- Underlying Tealium libraries updated to versions 5.7.0 (Android) and 5.6.6 (iOS)
- Update documentation link
- Initial release
- Tealium and TealiumLifecycle support for Android and iOS