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 date. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting date and time. |
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 a decimal password. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting a signed decimal password. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting signed 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 email subject. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of filtering text. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting long message. |
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 a signed number password. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting signed digits. |
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 visible password. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting person name. |
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 is capable of inputting phonetic text. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting postal address. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting short message. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that shows regular keyboard. |
Cmn
|
KeyboardType |
A keyboard type used to request an IME that is capable of inputting time. |
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.
Date
val Date: KeyboardType
A keyboard type used to request an IME that is capable of inputting date.
DateTime
val DateTime: KeyboardType
A keyboard type used to request an IME that is capable of inputting date and time.
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.
DecimalPassword
val DecimalPassword: KeyboardType
A keyboard type used to request an IME that is capable of inputting a decimal password.
DecimalPasswordSigned
val DecimalPasswordSigned: KeyboardType
A keyboard type used to request an IME that is capable of inputting a signed decimal password.
DecimalSigned
val DecimalSigned: KeyboardType
A keyboard type used to request an IME that is capable of inputting signed decimals.
val Email: KeyboardType
A keyboard type used to request an IME that is capable of inputting email addresses.
EmailSubject
val EmailSubject: KeyboardType
A keyboard type used to request an IME that is capable of inputting email subject.
Filter
val Filter: KeyboardType
A keyboard type used to request an IME that is capable of filtering text.
LongMessage
val LongMessage: KeyboardType
A keyboard type used to request an IME that is capable of inputting long message.
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.
NumberPasswordSigned
val NumberPasswordSigned: KeyboardType
A keyboard type used to request an IME that is capable of inputting a signed number password.
NumberSigned
val NumberSigned: KeyboardType
A keyboard type used to request an IME that is capable of inputting signed digits.
Password
val Password: KeyboardType
A keyboard type used to request an IME that is capable of inputting password.
PasswordVisible
val PasswordVisible: KeyboardType
A keyboard type used to request an IME that is capable of inputting visible password.
PersonName
val PersonName: KeyboardType
A keyboard type used to request an IME that is capable of inputting person name.
Phone
val Phone: KeyboardType
A keyboard type used to request an IME that is capable of inputting phone numbers.
Phonetic
val Phonetic: KeyboardType
A keyboard type used to request an IME that is capable of inputting phonetic text.
PostalAddress
val PostalAddress: KeyboardType
A keyboard type used to request an IME that is capable of inputting postal address.
ShortMessage
val ShortMessage: KeyboardType
A keyboard type used to request an IME that is capable of inputting short message.
Time
val Time: KeyboardType
A keyboard type used to request an IME that is capable of inputting time.