Reference
device_deeplink
Open a deep link on the exact authority-bound iOS simulator or Android device. On an open iOS session, best-effort accepts the native SpringBoard Open confirmation and reports meta.openDialogTapped.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
url | unknown | Yes | URL to open, e.g. “myapp://claims/new” or “https://example.com/page”. | ||
platform | unknown | No | Authority-bound platform; conflicting values are refused | ||
deviceId | unknown | No | min: 1, max: 256 | ||
metroPort | unknown | No | min: 1, max: 65535, integer | Authority-bound Metro port used only for an exact picker row match | |
packageName | unknown | No |
device_deeplink(url: <unknown>)