Difference between revisions of "Application:getAppId"

From GiderosMobile
m
m (Text replacement - "</source" to "</syntaxhighlight")
Line 6: Line 6:
 
<source lang="lua">
 
<source lang="lua">
 
(string) = application:getAppId()
 
(string) = application:getAppId()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Revision as of 17:50, 12 July 2023

Available since: Gideros 2017.11.2
Class: Application

Description

Returns the application identifier or bundle identifier. <source lang="lua"> (string) = application:getAppId() </syntaxhighlight>

Return values

Returns (string) App id