mobileGetLaunchURL | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the URL that was used to launch the application. | ||||||
Introduced | 5.5 | ||||||
OS | ios, android | ||||||
Platforms | mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Function: mobileGetLaunchData Message: urlWakeUp, launchDataChanged | ||||||
Description | Returns the URL that was used to launch the application. The mobileGetLaunchURL function returns the URL that was used to launch the application. This can be used to extract any parameters that may have been passed as part of the URL.
When one of the URLs is clicked on in either the browser or from within another application installed on the device, your application is woken up and sent a urlWakeUp message. |