launchDataChanged

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
launchDataChanged
Summary

Sent to the current card when the application's launch data is changed by a new request from another app.

Introduced7.1
OSandroid
Platformsmobile
Example
on launchDataChanged
   myLaunchHandler mobileGetLaunchData()
end launchDataChanged
RelatedFunction: 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.