1.5.0
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 theMoonsense.initialize()
method to allow a customTokenUpgradeHandler
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 tojourneyId
and updated thestartSession()
method accordingly.