Difference between revisions of "Application"
Line 3: | Line 3: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | + | [[[Application` class contains the common functions that's available to the current application. There is a global variable `application` of type `Application]]] to access these functions.<br /> | |
− | <br /> | + | <br /></translate> |
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 13:34, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
[[[Application` class contains the common functions that's available to the current application. There is a global variable `application` of type `Application]]] to access these functions.
MethodsApplication:canOpenUrl - Tests if it is possible to open provided url |
EventsConstantsApplication.LANDSCAPE_LEFT |