dlt.reLaunch
Introduction
dlt.reLaunch is an API that closes the current page and redirects to a specified page within the application.
Parameters
| Property | Type | Description |
|---|---|---|
| url | String | The URL of the page to redirect to. |
| callback | function | Callback function to receive the result of the page redirection (success/failure). |
Callback Function
The input parameter is of type Object, with the following properties:
| Property | Type | Description |
|---|---|---|
| result | JsonObject | The result of the page redirection (success/failure). |