InputHints

Added in version 2.28.

class InputHints

Enum values used to describe hints that might be taken into account by input methods.

Fields

class InputHints
INHIBIT_OSK

Suggest to not show an onscreen keyboard

LOWERCASE

Suggest to not autocapitlize

NONE

No special behavior suggested

SPELLCHECK

Suggest spell checking

UPPERCASE_CHARS

Suggest to capitalize all text

UPPERCASE_SENTENCES

Suggest to capitalize the first word of each sentence

UPPERCASE_WORDS

Suggest to capitalize the first character of each word