Skip to content

Releases: chabok-io/chabok-client-rn

v2.3.0

25 Nov 22:29
501b983
Compare
Choose a tag to compare
  • Update: Chabok android SDK (v3.7.1)

v2.2.0

02 Mar 00:02
d2c9c02
Compare
Choose a tag to compare
  • Update: Chabok iOS SDK (v2.4.0)
  • Update: Chabok android SDK (v3.6.0)

2.1.0

17 Nov 07:21
a1b56bd
Compare
Choose a tag to compare
  • Update Chabok iOS SDK (v2.2.1)
  • Update Chabok android SDK (v3.4.1)

2.0.0

08 Jan 08:03
a1b56bd
Compare
Choose a tag to compare

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.