launchDataChanged | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent to the current card when the application's launch data is changed by a new request from another app. |
Introduced | 7.1 |
OS | android |
Platforms | mobile |
Example |
|
Related | Function: mobileGetLaunchData, mobileGetLaunchURL Glossary: current card, application |
Description | An Android app may be suspended in the background when it receives a request from another app. When this happens, the app's launch data is updated to contain the data for the new request and the app is resumed. The new launch data can be obtained from the mobileGetLaunchData function. |