Difference between revisions of "Application:getDeviceName"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2017.11.3<br/> '''Class:''' Application<br/> === Description === Get the device name, eventually set by the user. <br /> <sour...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''Available since:''' Gideros 2017.11.3<br/>
 
'''Available since:''' Gideros 2017.11.3<br/>
'''Class:''' [[Application|Application]]<br/>
+
'''Class:''' [[Application]]<br/>
  
 
=== Description ===
 
=== Description ===
Get the device name, eventually set by the user.
+
Gets the device name, eventually set by the user.
<br />
+
<syntaxhighlight lang="lua">
 
 
<source lang="lua">
 
 
(string) = application:getDeviceName()
 
(string) = application:getDeviceName()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) Device name<br/>
+
'''Returns''' (string) device name<br/>
  
 
{{Application}}
 
{{Application}}

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