> For the complete documentation index, see [llms.txt](https://sdk-doc.tyrads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk-doc.tyrads.com/v3.0/unity/initialization/premium-offers.md).

# Premium Offers

The **Premium Widget** is a UI element that becomes available after SDK initialization. It is independent of the SDK itself and can be dragged into any **Canvas** within your application.

\
The **Premium Widget** provides seamless access to various offerwall features:

* **More Offers** – Opens the full offerwall.
* **Active Offers** – Displays active offers.
* **Campaign record** - Open the page with campaign details. &#x20;
* **Play** – Activate campaign and redirects users to the store.

This widget enhances user engagement by integrating smoothly within your game's UI.

#### Available Widget Style options

The widget style is set via the `visualizationType` property of the `PremiumWidget` component on the **PremiumWidget** prefab.

The default style is `PremiumWidgetVisualizationType.ListView`, which displays the offers in a list.

Other available style is `PremiumWidgetVisualizationType.SlideCards`, which displays the offers in a cards slider.

You can also toggle the widget’s visibility in code during run time:

```
TyrSDKPlugin.Instance.SetPremiumWidgetStyle(visualStyle); //where visualStyle is PremiumWidgetVisualizationType.ListView or PremiumWidgetVisualizationType.SlideCards
```

<figure><img src="https://347922413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqqMYRbr0w4Hv3JxQUF7%2Fuploads%2FcL2uTFxnyJ6JLVrB0gZm%2FFrame%201171276648.png?alt=media&amp;token=47522ee9-cb4e-488f-97bb-3c647b9ccdf6" alt="List View"><figcaption><p>List View</p></figcaption></figure>

<figure><img src="https://347922413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqqMYRbr0w4Hv3JxQUF7%2Fuploads%2Fgi6lJ2V1tOozjsIv6d6y%2FPremium%20option%2015.png?alt=media&amp;token=38919515-2a7b-442e-8fa9-ad3cc55dfd5d" alt="Card View"><figcaption><p>Card View</p></figcaption></figure>

## Setting Up the Premium Widget

To integrate the **Premium Widget** into your application, navigate to PremiumWidget prefab:

```
Packages/com.tyrads.unity/Runtime/Prefabs/PremiumWidget/PremiumWidget.prefab
```

Drag the **PremiumWidget** prefab into Canvas on your scene.

*Game UI with integrated Premium Widget*:

<figure><img src="https://347922413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqqMYRbr0w4Hv3JxQUF7%2Fuploads%2Fgx4NUoBPMPBFep7XoTm3%2FScreenshot%202025-08-19%20at%2021.35.12.png?alt=media&amp;token=c977076a-6255-4822-80f9-695b3d2a9c17" alt="" width="563"><figcaption></figcaption></figure>
