IMEMode

enum IMEMode : Enum<IMEMode>

A mode to handle conversion while the text is being typed. This means that the last characters of the input might not be converted if ambiguous to allow later conversion. For the mapping from romaji to kana, this also updates the mapping for "n".

Entries

TO_KATAKANA
Link copied to clipboard
ENABLED, with the kana conversion always using katakana.
TO_HIRAGANA
Link copied to clipboard
ENABLED, with the kana conversion always using hiragana.
ENABLED
Link copied to clipboard
Enabled, the end of the text will not be converted if ambiguous, allowing it to be disambiguated later by new characters.
DISABLED
Link copied to clipboard
Disabled, all the text will be converted if possible.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int