InputHints#

class InputHints#

Describes hints that might be taken into account by input methods or applications.

Note that input methods may already tailor their behaviour according to the InputPurpose of the entry.

Some common sense is expected when using these flags - mixing LOWERCASE with any of the uppercase hints makes no sense.

This enumeration may be extended in the future; input methods should ignore unknown values.

Fields#

class InputHints
EMOJI#

The type of the None singleton.

INHIBIT_OSK#

The type of the None singleton.

LOWERCASE#

The type of the None singleton.

NONE#

The type of the None singleton.

NO_EMOJI#

The type of the None singleton.

NO_SPELLCHECK#

The type of the None singleton.

PRIVATE#

The type of the None singleton.

SPELLCHECK#

The type of the None singleton.

UPPERCASE_CHARS#

The type of the None singleton.

UPPERCASE_SENTENCES#

The type of the None singleton.

UPPERCASE_WORDS#

The type of the None singleton.

VERTICAL_WRITING#

The type of the None singleton.

WORD_COMPLETION#

The type of the None singleton.