Skip to content

24.11.1-np

Compare
Choose a tag to compare
@turtledreams turtledreams released this 29 Nov 16:50
· 27 commits to staging-np since this release
  • Added content configuration interface that has setGlobalContentCallback to get notified about content changes.

  • Added support for localization of content blocks.

  • Added the interface feedback and convenience methods that presents the first available widget to user:

    • presentNPS([String? nameTagOrID, FeedbackCallback? callback])
    • presentSurvey([String? nameTagOrID, FeedbackCallback? callback])
    • presentRating([String? nameTagOrID, FeedbackCallback? callback])
  • Mitigated an issue where visibility could have been wrongly assigned if a view was closed while going to background. (Experimental!)

  • Mitigated issues where:

    • Passing the global content callback was not possible in Android.
    • The user provided URLSessionConfiguration was not applied to direct requests in iOS.
    • A concurrent modification error could have happen when starting multiple stopped views in iOS.
  • Updated underlying Android SDK version to 24.7.6

  • Updated underlying iOS SDK version to 24.7.8