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 functions

open String
Cmn

Public companion properties

Ascii

val AsciiKeyboardType

A keyboard type used to request an IME that is capable of inputting ASCII characters.

Date

val DateKeyboardType

A keyboard type used to request an IME that is capable of inputting date.

DateTime

val DateTimeKeyboardType

A keyboard type used to request an IME that is capable of inputting date and time.

Decimal

val DecimalKeyboardType

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 DecimalPasswordKeyboardType

A keyboard type used to request an IME that is capable of inputting a decimal password.

DecimalPasswordSigned

val DecimalPasswordSignedKeyboardType

A keyboard type used to request an IME that is capable of inputting a signed decimal password.

DecimalSigned

val DecimalSignedKeyboardType

A keyboard type used to request an IME that is capable of inputting signed decimals.

Email

val EmailKeyboardType

A keyboard type used to request an IME that is capable of inputting email addresses.

EmailSubject

val EmailSubjectKeyboardType

A keyboard type used to request an IME that is capable of inputting email subject.

Filter

val FilterKeyboardType

A keyboard type used to request an IME that is capable of filtering text.

LongMessage

val LongMessageKeyboardType

A keyboard type used to request an IME that is capable of inputting long message.

Number

val NumberKeyboardType

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 NumberPasswordKeyboardType

A keyboard type used to request an IME that is capable of inputting number password.

NumberPasswordSigned

val NumberPasswordSignedKeyboardType

A keyboard type used to request an IME that is capable of inputting a signed number password.

NumberSigned

val NumberSignedKeyboardType

A keyboard type used to request an IME that is capable of inputting signed digits.

Password

val PasswordKeyboardType

A keyboard type used to request an IME that is capable of inputting password.

PasswordVisible

val PasswordVisibleKeyboardType

A keyboard type used to request an IME that is capable of inputting visible password.

PersonName

val PersonNameKeyboardType

A keyboard type used to request an IME that is capable of inputting person name.

Phone

val PhoneKeyboardType

A keyboard type used to request an IME that is capable of inputting phone numbers.

Phonetic

val PhoneticKeyboardType

A keyboard type used to request an IME that is capable of inputting phonetic text.

PostalAddress

val PostalAddressKeyboardType

A keyboard type used to request an IME that is capable of inputting postal address.

ShortMessage

val ShortMessageKeyboardType

A keyboard type used to request an IME that is capable of inputting short message.

Text

val TextKeyboardType

A keyboard type used to request an IME that shows regular keyboard.

Time

val TimeKeyboardType

A keyboard type used to request an IME that is capable of inputting time.

Unspecified

val UnspecifiedKeyboardType

The keyboard type is not specified.

Uri

val UriKeyboardType

A keyboard type used to request an IME that is capable of inputting URIs.

Public functions

toString

open fun toString(): String