Difference between revisions of "Application:getAppId"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2017.11.2<br/>
 
'''Available since:''' Gideros 2017.11.2<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
returns the application identifier or bundle identifier.<br />
 
returns the application identifier or bundle identifier.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(string) = Application:getAppId()
 
(string) = Application:getAppId()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) App id<br/>
+
'''Returns''' (string) <translate>App id</translate><br/>

Revision as of 13:34, 23 August 2018

Available since: Gideros 2017.11.2

Description


returns the application identifier or bundle identifier.

(string) = Application:getAppId()

Return values

Returns (string) App id