Difference between revisions of "Event.ERROR"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched, when there is an error and `Geolocation` can not be used currently __NOTOC__...") |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' error<br/> | ||
+ | '''Defined by:''' [[Geolocation]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | This event is dispatched, when there is an error and | + | This event is dispatched, when there is an error and '''Geolocation''' cannot be used currently. |
+ | |||
+ | {{Geolocation}} | ||
+ | |||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' error<br/> | ||
+ | '''Defined by:''' [[UrlLoader]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | This event is dispatched when | + | This event is dispatched when '''UrlLoader''' cannot reach the provided host. |
+ | |||
+ | {{UrlLoader}} |
Latest revision as of 12:32, 12 March 2023
Available since: Gideros 2011.6
Value: error
Defined by: Geolocation
Description
This event is dispatched, when there is an error and Geolocation cannot be used currently.
Available since: Gideros 2011.6
Value: error
Defined by: UrlLoader
Description
This event is dispatched when UrlLoader cannot reach the provided host.