Difference between revisions of "Event.OPEN URL"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.5<br/> === Description === This event is dispatched when the app is launched in response to an open url request") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2018.5<br/> | '''Available since:''' Gideros 2018.5<br/> | ||
+ | '''Value:''' openUrl<br/> | ||
=== Description === | === Description === | ||
This event is dispatched when the app is launched in response to an open url request | This event is dispatched when the app is launched in response to an open url request | ||
+ | === Parameters === | ||
+ | '''url''': (string) the url that triggered the application launch<br/> |
Revision as of 10:37, 23 August 2018
Available since: Gideros 2018.5
Value: openUrl
Description
This event is dispatched when the app is launched in response to an open url request
Parameters
url: (string) the url that triggered the application launch