Initialization

⚙ SDK Initialization

To initialize Tyr SDK, embed a URL in your WebView with the following structure:

https://sdk.tyrads.com?token=<TOKEN>&to=<ROUTE>&lang=<LOCALE>

🚦 Parameters

Parameter
Required
Description

token

✅ Yes

Access token generated via API. This token authenticates the session.

to

❌ No

Deep link route to direct users to a specific screen or feature in the SDK (e.g., /offers, /active-offers, /settings)

lang

❌ No

Language/locale code for SDK content localization. Follows ISO 639-1 (e.g., en, ja, id)

Last updated