Share via


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

Name Value Description
Default 0

The null IME option, which indicates no options.

None 1

Indicates no action will be made available.

Go 2

Indicates that the action key will send a go action.

3

Indicates that the action key will send a search action.

Send 4

Indicates that the action key will send a send action.

Next 5

Indicates that the action key will send a next action.

Done 6

Indicates that the action key will send a done action.

Previous 7

Indicates that the action key will send a previous action.

ImeMaskAction 255

The mask to select action options.

NoPersonalizedLearning 16777216

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

NoFullscreen 33554432

Indicates that the editor UI should not go fullscreen.

NoExtractUi 268435456

Indicates that no UI will be shown for extracted text.

NoAccessoryAction 536870912

Indicates that no UI will be displayed for custom actions.

Applies to