Releases: chabok-io/chabok-client-rn
Releases · chabok-io/chabok-client-rn
v2.3.0
v2.2.0
2.1.0
2.0.0
v2.0.0 (08/01/2020)
- Update Chabok iOS SDK (v2.1.0)
- Update Chabok android SDK (v3.1.2)
- Support referral string with label key in tracker link, you can get referral string by calling
setReferralCallbackListener
method. - Support add values to user attribute array fields by calling
addToUserAttributeArray(attributeKey, attributeValue)
. - Support remove values from user attribute array fields by calling
removeFromUserAttributeArray(attributeKey, attributeValue)
. - Support unset user attribute keys by calling
unsetUserAttribute(attributeKey)
. - Support datetime value for user attributes and events by using
Datetime
class from Chabok SDK.