Difference between revisions of "Application:getDeviceName"

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

Latest revision as of 18:00, 12 July 2023

Available since: Gideros 2017.11.3
Class: Application

Description

Gets the device name, eventually set by the user.

(string) = application:getDeviceName()

Return values

Returns (string) device name