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
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
)
⚠️ The token
parameter is mandatory. Without it, the SDK will not function properly.
Last updated