ImeAction Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum ImeAction
type ImeAction = 
Inheritance
ImeAction

Fields

Done 6

Bits of ImeMaskAction: the action key performs a "done" operation, typically meaning the IME will be closed.

Go 2
ImeMaskAction 255
ImeNull 0

Generic unspecified type for ImeOptions.

Next 5

Bits of ImeMaskAction: the action key performs a "next" operation, taking the user to the next field that will accept text.

None 1

Bits of ImeMaskAction: there is no available action.

Previous 7

Bits of ImeMaskAction: Like Next, but for moving to the previous field.

3
Send 4

Bits of ImeMaskAction: the action key performs a "send" operation, delivering the text to its target.

Unspecified 0

Bits of ImeMaskAction: no specific action has been associated with this editor, let the editor come up with its own if it can.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to