> For the complete documentation index, see [llms.txt](https://even-financial.gitbook.io/developer-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://even-financial.gitbook.io/developer-center/marketplace-integrations/mobile-sdks.md).

# Mobile SDKs

{% hint style="info" %}
**About our Mobile SDKs:** Engine's Mobile SDKs embed the full Engine journey directly inside your mobile app. It's a complete in-app experience configured and tracked through native props and event callbacks.

The Engine SDKenders full-screen inside your app and communicates with your code through native configuration and event callbacks.&#x20;

It is **not** a link-out to an external browser.
{% endhint %}

## How the SDKs are built

Engine's Mobile SDKs render the full Engine marketplace experience directly inside your app, configured and tracked through native props and event callbacks. You get the same integration model — the `channel`/`zone`/`productTypes` props and `onInitialize`/`onSubmit`/`onOfferClick`/`onExit` events — across React Native, Flutter, Swift, and Kotlin, so behavior and event data stay consistent everywhere.

## Supported Mobile SDKs

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center"><strong>React Native</strong></td><td>Integrate Engine's network into your React Native app. Configure supported products, tracking, lead prefill, and release updates.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/OlMG91mdrqJsQ4RtyvIV">Personal Loans ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/Uuy8D5p9C5piSP1ngR5k">Credit Cards ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/D1KgbbbRluhGlQxmpdZ2">Debt Relief ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/mlJfEU1OBcNDg2o1icI8">Offer Carousel ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/4bNfyAbToUhCBZWVjoab">Prefilling Lead Data ↗</a></td><td></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/OlMG91mdrqJsQ4RtyvIV">/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/OlMG91mdrqJsQ4RtyvIV</a></td><td><a href="/files/9Lb8ap9K8CqYrfhe47BM">/files/9Lb8ap9K8CqYrfhe47BM</a></td></tr><tr><td align="center"><strong>Flutter</strong></td><td>Integrate Engine's network into your Flutter app. Configure supported products, tracking, and release updates.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/tanyaisNBTPt6FYrFgxd">Personal Loans ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/WOvrSrMILLmgy4QtRiqX">Credit Cards ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/tanyaisNBTPt6FYrFgxd">Callback Events for Tracking ↗</a></td><td></td><td></td><td></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/tanyaisNBTPt6FYrFgxd">/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/tanyaisNBTPt6FYrFgxd</a></td><td data-object-fit="cover"><a href="/files/OfEiHv38D00dUEMjOkbP">/files/OfEiHv38D00dUEMjOkbP</a></td></tr><tr><td align="center"><strong>Kotlin</strong></td><td>Native Kotlin SDK support for Android, no wrapper required.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/mmqizbDw9pveOUJ6q56j">Personal Loans ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/yxJV1jQfQ1C98FD9bXtG">Credit Cards ↗</a></td><td></td><td></td><td></td><td></td><td></td><td><a href="/files/sSDM30469sYzEWDPuL8j">/files/sSDM30469sYzEWDPuL8j</a></td></tr><tr><td align="center"><strong>Swift</strong></td><td>Native Swift SDK support for iOS.</td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/gXLXLp2wqnO5i8Ct8PQF">Personal Loans ↗</a></td><td><a href="/spaces/-MeMvVDbjd8vJWZ9Hwf0/pages/S3QR1mutpg7gBk2wldz8">Credit Cards ↗</a></td><td></td><td></td><td></td><td></td><td></td><td><a href="/files/YoHdS44yjRJv339kB2mC">/files/YoHdS44yjRJv339kB2mC</a></td></tr></tbody></table>

{% hint style="success" %}
[Add Client Tags to Mobile SDK](/developer-center/marketplace-integrations/mobile-sdks/adding-client-tags-to-mobile-sdk-integrations.md) to enhance tracking.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://even-financial.gitbook.io/developer-center/marketplace-integrations/mobile-sdks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
