Difference between revisions of "Application:getAppId"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2017.11.2<br/> === Description === <br /> returns the application identifier or bundle identifier.<br /> <br /> <source lang="lua"> (s...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(string), = Application:getAppId()
+
(string) = Application:getAppId()
 
</source>
 
</source>
 
'''Returns''' (string) App id<br/>
 
'''Returns''' (string) App id<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2017.11.2

Description


returns the application identifier or bundle identifier.

(string) = Application:getAppId()

Returns (string) App id