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...")
 
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 />
 
 
 
 
<source lang="lua">
 
<source lang="lua">
 
(string) = application:getDeviceName()
 
(string) = application:getDeviceName()
Line 11: Line 9:
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) Device name<br/>
+
'''Returns''' (string) device name<br/>
  
 
{{Application}}
 
{{Application}}

Revision as of 18:14, 9 October 2022

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