Class

KeyboardType

Values representing the different available Keyboard Types.

Source set: Common
value class KeyboardType private constructor(@Suppress("unused") private val value: Int)

Values representing the different available Keyboard Types.

Companion Object

Properties

Source set: Common
val Unspecified: KeyboardType

The keyboard type is not specified.

Source set: Common
val Text: KeyboardType

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

Source set: Common
val Ascii: KeyboardType

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

Source set: Common
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.

Source set: Common
val Phone: KeyboardType

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

Source set: Common
val Uri: KeyboardType

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

Source set: Common
val Email: KeyboardType

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

Source set: Common
val Password: KeyboardType

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

Source set: Common
val NumberPassword: KeyboardType

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

Source set: Common
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.

Source set: Common
val PasswordVisible: KeyboardType

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

Source set: Common
val PostalAddress: KeyboardType

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

Source set: Common
val PersonName: KeyboardType

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

Source set: Common
val EmailSubject: KeyboardType

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

Source set: Common
val ShortMessage: KeyboardType

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

Source set: Common
val LongMessage: KeyboardType

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

Source set: Common
val Filter: KeyboardType

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

Source set: Common
val Phonetic: KeyboardType

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

Source set: Common
val DateTime: KeyboardType

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

Source set: Common
val Date: KeyboardType

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

Source set: Common
val Time: KeyboardType

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

Source set: Common
val NumberSigned: KeyboardType

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

Source set: Common
val DecimalSigned: KeyboardType

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

Source set: Common
val DecimalPassword: KeyboardType

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

Source set: Common
val NumberPasswordSigned: KeyboardType

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

Source set: Common
val DecimalPasswordSigned: KeyboardType

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

Last updated: