Difference between revisions of "Application:getAppId"

From GiderosMobile
(prefixindex)
m (Text replacement - "<source" to "<syntaxhighlight")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''Available since:''' Gideros 2017.11.2<br/>
 
'''Available since:''' Gideros 2017.11.2<br/>
'''Class:''' [[Application|Application]]<br/>
+
'''Class:''' [[Application]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Returns the application identifier or bundle identifier.
 
Returns the application identifier or bundle identifier.
<br/>
+
<syntaxhighlight lang="lua">
 
 
<source lang="lua">
 
 
(string) = application:getAppId()
 
(string) = application:getAppId()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (string) App id<br/>
 
'''Returns''' (string) App id<br/>
  
----
+
{{Application}}
{{Special:PrefixIndex/Application}}
 
<br/>
 
 
 
{{Special:PrefixIndex/Event.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