Difference between revisions of "Application:setKeyboardVisibility"

From GiderosMobile
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' in development<br/>
+
'''<translate>Available since</translate>:''' in development
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
 +
<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate>Show or hide to native on-screen keyboard if available</translate>
+
<translate>Show or hide the native on-screen keyboard if available.</translate>
 
<source lang="lua">
 
<source lang="lua">
(boolean) = Application:setKeyboardVisibility(visible)
+
(boolean) = application:setKeyboardVisibility(visible)
 
</source>
 
</source>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
'''visible''': (boolean) <translate>if the keyboard should be shown</translate> <br/>
+
'''visible''': (boolean) <translate>if the keyboard should be shown</translate>
 +
<br/>
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
'''<translate>Returns</translate>''' (boolean) <translate>true if the device support a native on screen keyboard</translate><br/>
+
'''<translate>Returns</translate>''' (boolean) <translate>true if the device support a native on screen keyboard</translate>
 +
<br/>
 +
<br/>

Revision as of 02:11, 13 June 2019


Available since: in development
Class: Application

Description

Show or hide the 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