Premium Offers
topPremiumOffers
topPremiumOffers
The topPremiumOffers
component is a part of the Tyrads
SDK that provides a UI widget to display premium offers. It allows for extensive customization to control what type of offers are shown and how they are presented.
Usage
Props
showMore
showMore
Type:
boolean
Default:
true
Description: Determines whether the "Show More" option should be displayed to load additional offers.
showMyOffers
showMyOffers
Type:
boolean
Default:
true
Description: Controls the visibility of the "My Offers" section.
showMyOffersEmptyView
showMyOffersEmptyView
Type:
boolean
Default:
false
Description: If
true
, an empty view will be displayed if there are no "My Offers" available.
viewStyle
viewStyle
Type:
number
Default:
1
Description: Controls the UI style of the offers display. Possible values may vary depending on available layout options in the SDK.
Available
viewStyle
optionsStyle 1: Default style.
Style 2: Currently used.
Style 3: Alternate layout.
Style 4: Advanced layout.
Example with Customization
Notes
Ensure that
Tyrads.init()
andTyrads.loginUser()
are called before renderingtopPremiumOffers
to ensure the necessary data is available.The
viewStyle
property directly affects the visual presentation; experiment with different values to find the most suitable layout for your app.
Last updated