mobileGetLaunchData | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns an array containing information set by the launcher of the application. | ||||||
Introduced | 7.0 | ||||||
OS | android | ||||||
Platforms | mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Function: mobileGetLaunchURL Message: launchDataChanged | ||||||
Description | Use the mobileGetLaunchData function to get the application launch parameters. The returned array will contain the information that is set by the launching application. This can be used to perform specific actions supported by an application on the provided data.
When the application is launched to handle one of these actions, its launch Intent can be queried to determine what action was requested, and the data to use to fulfil that request. |