You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for 3 new Feature Flag property types:
featureFlag.getTimestampProperty(String key) for accessing Int Unix UTC millisecond timestamps as int?s.
featureFlag.getJSONProperty(String key) for accessing JSON objects as Map<String, dynamic>? types.
featureFlag.getImageProperty(String key) for accessing image URLs as String?s.
Adds the getUserId() method to get the ID of the current user. This method will return null if the current user is anonymous.
Adds the hideCurrentInAppMessage() method, which dismisses the currently displayed in-app message.
Fixed
Fixes an issue on Android where push notification stream subscriptions were not receiving events after clicking on a push notification when the app was in a terminated state.