Skip to content

3.8.0

Latest

Choose a tag to compare

@akashvercetti akashvercetti released this 22 Dec 10:51
8bbf7de

What's new

API changes

  • [Android and iOS Platform]
    • Adds a new API variants to fetch A/B experiment variants for the user, enabling easier access to experiment data for custom implementations.
      • variants()
    • Adds a new overloaded API for discardInAppNotifications() method. Calling this with true immediately dismisses any currently visible In-App notification in addition to clearing the queue of pending messages.
      • discardInAppNotifications(dismissInAppIfVisible: Boolean)