Difference between revisions of "Application:isPlayerMode"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2015.03.22<br/>
+
'''<translate>Available since</translate>:''' Gideros 2015.03.22<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate>Returns true if app is ran on Gideros player and false, if it is ran as stand alone app</translate>
 
<translate>Returns true if app is ran on Gideros player and false, if it is ran as stand alone app</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Application:isPlayerMode()
 
  Application:isPlayerMode()
 
</source>
 
</source>

Revision as of 08:29, 24 August 2018

Available since: Gideros 2015.03.22

Description

Returns true if app is ran on Gideros player and false, if it is ran as stand alone app

 Application:isPlayerMode()