TextInputDialog:getInputType
From GiderosMobile
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)