Difference between revisions of "Application"
m |
|||
Line 7: | Line 7: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
− | The Application class contains the common functions that are available to the current application. There is a global variable ''application'' of type | + | The Application class contains the common functions that are available to the current application. There is a global variable ''application'' of type Application to access these functions. |
{|- | {|- |
Revision as of 07:58, 4 January 2020
Supported platforms:
Available since: Gideros 2011.6
Inherits from: Object
Description
The Application class contains the common functions that are 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 |
EventsEvent.APPLICATION_START ConstantsApplication.LANDSCAPE_LEFT |