ImeFlags Enum

Definition

Enumerates input method editor (IME) options for entry fields on the Android platform.

public enum ImeFlags
type ImeFlags = 
Inheritance
System.Enum
ImeFlags

Fields

Default 0

The null IME option, which indicates no options.

Done 6

Indicates that the action key will send a done action.

Go 2

Indicates that the action key will send a go action.

ImeMaskAction 255

The mask to select action options.

Next 5

Indicates that the action key will send a next action.

NoAccessoryAction 536870912

Indicates that no UI will be displayed for custom actions.

NoExtractUi 268435456

Indicates that no UI will be shown for extracted text.

NoFullscreen 33554432

Indicates that the editor UI should not go fullscreen.

None 1

Indicates no action will be made available.

NoPersonalizedLearning 16777216

Indicates that the spellchecker will neither learn from the user, nor suggest corrections based on what the user has previously typed.

Previous 7

Indicates that the action key will send a previous action.

3

Indicates that the action key will send a search action.

Send 4

Indicates that the action key will send a send action.

Applies to