Skip to content

1.5.0

Compare
Choose a tag to compare
@rahul27 rahul27 released this 12 Dec 20:13
· 4 commits to main since this release
c874573

This is the 1.5.0 release of the Moonsense Android SDK. The full feature list for this release includes:

  • Introduces the TokenUpgradeHandler interface to allow users to implement their own token upgrade mechanism.
  • Added the tokenUpgradeHandler param to the Moonsense.initialize() method to allow a custom TokenUpgradeHandler to be provided to the Moonsense SDK. See the Custom Token Upgrade Handler documentation for further details.
  • Note the breaking change - We've renamed the clientSessionGroupId property to journeyId and updated the startSession() method accordingly.