Difference between revisions of "Application:getDeviceName"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Gets the device name, eventually set by the user.
 
Gets the device name, eventually set by the user.
<source 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