Difference between revisions of "Application:getAppId"

From GiderosMobile
(prefixindex)
m
(One intermediate revision by the same user 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/>
 
 
 
<source lang="lua">
 
<source lang="lua">
 
(string) = application:getAppId()
 
(string) = application:getAppId()
Line 13: Line 11:
 
'''Returns''' (string) App id<br/>
 
'''Returns''' (string) App id<br/>
  
----
+
{{Application}}
{{Special:PrefixIndex/Application}}
 
<br/>
 
 
 
{{Special:PrefixIndex/Event.APPLICATION}}
 

Revision as of 23:53, 12 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