TextInputDialog:getInputType

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2012.8
Class: TextInputDialog

Description


Returns the keyboard type associated with the text field.

<syntaxhighlight lang="lua"> (string) = TextInputDialog:getInputType() </source>

Return values

Returns (string) The keyboard type associated with the text field (TextInputDialog.EMAIL, TextInputDialog.NUMBER, TextInputDialog.PHONE, TextInputDialog.TEXT, TextInputDialog.URL)