Releases: Beaconstac/Android-SDK
Releases · Beaconstac/Android-SDK
Added rich action types
- Exposed Action types such as Popup, Card, Custom etc.
- MSCard is now available as an action type
- MSMedia is a model to store media objects contained in MSCard
- Improved the beacon camping algorithm
- Added support for bug tracking
Added rule processing and event logging
- Added rule processing feature
- Added event logging feature for SDK triggered event analytics
- Added receiver events for
triggeredRule
,enteredRegion
andexitedRegion
for receiving rule triggered events, beacon region entry events and beacon region exit events respectively - Refactored Beaconstac class and added methods to
setRegionParams
for beacon region monitoring,setUserFacts
for setting user facts to aid in rule processing - Exposed MSAction class to define rule triggered actions
- Performance improvements and bug fixes
Added support for beacon scanning when app is not running
- Beacon detection now works even when the app is not running
- Events are now sent using BroadcastReceiver instead of Callbacks
- Beacon
uuid
field in XML renamed tofilter_uuid
Added support for Android 4.3+
- The SDK now supports detecting beacons for Android 4.3 and above (API 18)
- It can be included in apps built for Android 4.1 (API 16) but will not provide beacon detection for Android API < 18
Handling Beacon proximity events
- Beaconstac class added to support beacon ranging, beacon camping and beacon exit callbacks
- MSBLEService handling beacon detection in background
- Beacon ranging allows filtering beacons based on UUID