KeyboardType
-
Cmn
value class KeyboardType
Values representing the different available Keyboard Types.
Summary
Public companion properties |
||
|---|---|---|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting ASCII characters. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting decimals. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting email addresses. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting digits. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting number password. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting password. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting phone numbers. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that shows regular keyboard. |
Cmn
|
KeyboardType |
The keyboard type is not specified. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting URIs. |
Cmn
|
Public companion properties
Ascii
val Ascii: KeyboardType
A keyboard type used to request an IME that is capable of inputting ASCII characters.
Decimal
val Decimal: KeyboardType
A keyboard type used to request an IME that is capable of inputting decimals. IME should explicitly provide a decimal separator as input, which is not assured by KeyboardType.Number.
val Email: KeyboardType
A keyboard type used to request an IME that is capable of inputting email addresses.
Number
val Number: KeyboardType
A keyboard type used to request an IME that is capable of inputting digits. IME may provide inputs other than digits but it is not guaranteed.
| See also | |
|---|---|
Decimal |
NumberPassword
val NumberPassword: KeyboardType
A keyboard type used to request an IME that is capable of inputting number password.
Password
val Password: KeyboardType
A keyboard type used to request an IME that is capable of inputting password.
Phone
val Phone: KeyboardType
A keyboard type used to request an IME that is capable of inputting phone numbers.