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 OTHER transport mode in portal trip payloads (no longer reported as UNKNOWN).

Breaking changes

  • ImsTripManager.disableTripManager — Now takes only Context; the deleteTripFiles parameter is removed.

  • SDK configuration builder — setSdkApiConfigEnvironment and setSdkApiConfigRegion are removed from the configuration builder chain.

  • IdentityIdentity is now Identity(externalReferenceID); apiKey is removed.

  • ImsSdkManager.clearIdentity — Now suspend fun clearIdentity(context: Context).

  • com.intellimec.mobile.android.common.ResultSUCCESS / FAILURE companion helpers removed.

  • AppMisuseManager — Public enableAppMisuse / disableAppMisuse removed


New features

  • ImsTripManager.getCrashClient(): CrashClient? - Facade for crash event listening and user feedback when Crash Detection is available in your build.

Last updated