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

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.

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.

Email

val EmailKeyboardType

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

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.

Password

val PasswordKeyboardType

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

Phone

val PhoneKeyboardType

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

Text

val TextKeyboardType

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

Uri

val UriKeyboardType

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

Public functions

toString

open fun toString(): String