tiki-deprecated / publish-sdk-flutter

TIKI SDK (Flutter) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
4 stars 4 forks source link

Add support for multiple offers in TikiSDK #263

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

TikiSDK has the ability to hold multiple offers, but the pre-built UI components such as OfferPrompt and Settings are not designed to handle them.

To enhance the functionality of TikiSDK, it would be beneficial to update the pre-built UI components and the TikiSdk.present() and TikiSdk.settings() methods to work with multiple offers.

This would enable developers to create personalized user experiences for each offer and provide more flexibility in managing multiple offers within their apps.

ricardobrg commented 1 year ago

outdated