Difference between revisions of "Application"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!-- GIDEROSOBJ:Application --> | <!-- GIDEROSOBJ:Application --> | ||
− | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]][[File:Platform linux.png]]<br/> |
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
'''Inherits from:''' [[Object|Object]]<br/> | '''Inherits from:''' [[Object|Object]]<br/> | ||
Line 67: | Line 67: | ||
=== Events === | === Events === | ||
− | [[ | + | [[Event.APPLICATION_START]]<br/> |
− | [[ | + | [[Event.APPLICATION_RESIZE]]<br/> |
− | [[ | + | [[Event.APPLICATION_SUSPEND]]<br/> |
− | [[ | + | [[Event.APPLICATION_EXIT]]<br/> |
− | [[Event.APPLICATION_RESUME | + | [[Event.APPLICATION_RESUME]]<br/> |
+ | [[Event.APPLICATION_PERMISSION]] '''new'''<br/> | ||
=== Constants === | === Constants === | ||
[[Application.CONSTANTS|Application.LANDSCAPE_LEFT]]<br/><!--GIDEROSCST:Application.LANDSCAPE_LEFT landscapeLeft--> | [[Application.CONSTANTS|Application.LANDSCAPE_LEFT]]<br/><!--GIDEROSCST:Application.LANDSCAPE_LEFT landscapeLeft--> |
Revision as of 19:04, 15 December 2023
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.