# Widgets for native Apps

The nexxPLAY Widgets are also available for native Apps. They work differently on any Platform, but show the same Media Objects.&#x20;

{% hint style="info" %}
The native Widgets do not open any Links directly (except androidTV). They emit an Event, that the corresponding App must handle.
{% endhint %}

## Widget SDK

| Operation System | supported Versions               |
| ---------------- | -------------------------------- |
| **iOS**          | Version 13 (Today Widget)        |
|                  | Version 14+ (HomeScreen Widgets) |
| **android**      | Version 4.1+                     |
| **androidTV**    | Version 8.0+                     |
| **macOS**        | Version 11 (Desktop Widget)      |
| **Windows**      | Version 10 (StartMenu LiveTile)  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://play.docs.nexx.cloud/widgets/widgets-for-native-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
