Difference between revisions of "Screen:setState"

From GiderosMobile
Line 6: Line 6:
 
  Screen:setState(state)
 
  Screen:setState(state)
 
</source>
 
</source>
'''state''': (number) The required state of this screen ''''''<br/>
+
=== Parameters ===
 +
'''state''': (number) The required state of this screen <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2017.8

Description

Attempts to configure this screen or window, if allowed by the platform.

 Screen:setState(state)

Parameters

state: (number) The required state of this screen