Android
Summary
Bug fixes and improvements.
A new Crash Detection Events feature has been added to the SDK, allowing client applications to respond to and submit feedback about potential crash events.
Breaking changes in this release affect trip manager shutdown, SDK initialization builders,
Identity,clearIdentity,Result, and app misuse integration. Review Breaking Changes below and follow the Migration section.
Important Bug fixes
Correct handling of
OTHERtransport mode in portaltrippayloads (no longer reported asUNKNOWN).
Breaking changes
ImsTripManager.disableTripManager— Now takes onlyContext; thedeleteTripFilesparameter is removed.SDK configuration builder —
setSdkApiConfigEnvironmentandsetSdkApiConfigRegionare removed from the configuration builder chain.Identity—Identityis nowIdentity(externalReferenceID);apiKeyis removed.ImsSdkManager.clearIdentity— Nowsuspend fun clearIdentity(context: Context).com.intellimec.mobile.android.common.Result—SUCCESS/FAILUREcompanion helpers removed.AppMisuseManager— PublicenableAppMisuse/disableAppMisuseremoved
New features
ImsTripManager.getCrashClient(): CrashClient?- Facade for crash event listening and user feedback whenCrash Detectionis available in your build.
Last updated