Difference between revisions of "Application:getAppId"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

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