Difference between revisions of "Event.OPEN URL"
From GiderosMobile
(----) |
|||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2018.5<br/> | |
− | + | '''Value:''' openUrl<br/> | |
− | ''' | + | '''Defined by:''' [[EventDispatcher]]<br/> |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | This event is dispatched when the app is launched in response to an open url request. |
− | + | ||
− | === | + | === Parameters === |
− | '''url''': (string) | + | '''url''': (string) the url that triggered the application launch<br/> |
+ | |||
+ | ---- | ||
+ | {{Special:PrefixIndex/EventDispatcher}} | ||
+ | <br/> | ||
+ | |||
+ | {{Special:PrefixIndex/Event.APPLICATION}} | ||
+ | {{Special:PrefixIndex/Event.MEMORY}} | ||
+ | {{Special:PrefixIndex/Event.OPEN}} | ||
+ | <br/> |
Revision as of 20:45, 2 December 2019
Available since: Gideros 2018.5
Value: openUrl
Defined by: EventDispatcher
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