Difference between revisions of "Application:getAppId"

From GiderosMobile
m
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2017.11.2<br/>
 
'''Available since:''' Gideros 2017.11.2<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the application identifier or bundle identifier.
returns the application identifier or bundle identifier.<br />
 
<br />
 
 
<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) App id<br/>
 +
 +
{{Application}}

Revision as of 00:53, 13 June 2021

Available since: Gideros 2017.11.2
Class: Application

Description

Returns the application identifier or bundle identifier.

(string) = application:getAppId()

Return values

Returns (string) App id