Fixed
- Fixes an issue in the
PushNotificationEventobject introduced in2.0.1where a field was namedcontext_textinstead of the correct value ofcontent_text.
Added
- Adds support for the upcoming Braze Feature Flags product with the following methods:
getFeatureFlag(id)getAllFeatureFlags()refreshFeatureFlags()getFeatureFlagBooleanProperty(id, key)getFeatureFlagStringProperty(id, key)getFeatureFlagNumberProperty(id, key)
- Adds the Braze Event key
Braze.Events.FEATURE_FLAGS_UPDATEDfor subscribing to Feature Flags updates.