Skip to content

0.5.0

Compare
Choose a tag to compare
@rahul27 rahul27 released this 27 May 20:40
· 15 commits to main since this release
765d566

This is the 0.5.0 release of the Moonsense Android SDK.

The full feature list for this release includes:

  • This release adds support to add custom events to sessions. Custom events allows the caller to define significant events that happen during the lifespan of a session. See Session.addCustomEvent().
  • We've also added an onTargetElement() callback to MoonsenseCallback for the caller to associate additional attributes to TargetElements found by the Moonsense SDK.
  • Also notice the breaking change to MoonsenseCallback.onError() that provides an Exception instead of MoonsenseException.
  • Updated all libraries to latest.
  • Bug fixes.