- Updated to use Braze Android SDK 32.1.0 and analytics-kotlin 1.16.3.
- Updated to allow you to use direct Braze SDK calls without additional entries in your build.gradle file.
- Adds the key
subscription_group_state
for setting the subscribed/unsubscribed status when usingbraze_subscription_groups
in the Identify call.- Favor this value instead of
subscription_state_id
.
- Favor this value instead of
- Updated to use Braze Android SDK 26.1.1
- Added support to parse
braze_subscription_groups
in the Identity traits to subscribe and unsubscribe from Braze subscription groups. - Updated to use Braze Android SDK 26.1.0 and analytics-kotlin 1.13.0.
- If the JsonObject sent through Segment's identify() has values that are JsonObjects, those values will be sent to Braze as a Nested Custom Attribute.
- If the JsonObject sent through Segment's identify() has values that are JsonArrays, all values will be converted to Strings and sent to Braze.
- Updated to use Braze Android SDK 25.0.0 and analytics-kotlin 1.10.5.
- Update version to not conflict with older versions.
- (Supports analytics-kotlin 1.6.2 and Braze Android SDK 23.2.1)
- Initial Release