0.5.0
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 toTargetElement
s found by the Moonsense SDK. - Also notice the breaking change to MoonsenseCallback.onError() that provides an
Exception
instead ofMoonsenseException
. - Updated all libraries to latest.
- Bug fixes.