Difference between revisions of "Application:setKeyboardVisibility"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' in development<br/>
 
'''Available since:''' in development<br/>
 
=== Description ===
 
=== Description ===
Show or hide to native on-screen keyboard if available
+
<translate>Show or hide to native on-screen keyboard if available</translate>
 
<source lang="lua">
 
<source lang="lua">
 
(boolean) = Application:setKeyboardVisibility(visible)
 
(boolean) = Application:setKeyboardVisibility(visible)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''visible''': (boolean) if the keyboard should be shown <br/>
+
'''visible''': (boolean) <translate>if the keyboard should be shown</translate> <br/>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (boolean) true if the device support a native on screen keyboard<br/>
+
'''Returns''' (boolean) <translate>true if the device support a native on screen keyboard</translate><br/>

Revision as of 14:32, 23 August 2018

Available since: in development

Description

Show or hide to native on-screen keyboard if available

(boolean) = Application:setKeyboardVisibility(visible)

Parameters

visible: (boolean) if the keyboard should be shown

Return values

Returns (boolean) true if the device support a native on screen keyboard