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...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(12 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 />
+
<syntaxhighlight lang="lua">
<br />
+
(string) = application:getAppId()
<source lang="lua">
+
</syntaxhighlight>
(string), = Application:getAppId()
+
 
</source>
+
=== Return values ===
 
'''Returns''' (string) App id<br/>
 
'''Returns''' (string) App id<br/>
 +
 +
{{Application}}

Latest revision as of 17:56, 12 July 2023

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