radarlabs / radar-sdk-android

Android SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
75 stars 22 forks source link

Fix event confidence field #324

Closed KennyHuRadar closed 11 months ago

KennyHuRadar commented 11 months ago

The confidence field of the event object was not being converted to a json object correctly, this causes issues with the RN sdk not being able to show this field.

The enumeration to int conversion is fixed in this PR.