Difference between revisions of "Application:getAppId"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Returns the application identifier or bundle identifier.
 
Returns the application identifier or bundle identifier.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = application:getAppId()
 
(string) = application:getAppId()
 
</syntaxhighlight>
 
</syntaxhighlight>

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