Android.Views.InputMethods.ImeAction Enumeration
Enumerates values returned by several types and taken as a parameter of several types.

Syntax

public enum ImeAction

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
DoneBits of ImeAction.ImeMaskAction: the action key performs a "done" operation, typically meaning the IME will be closed.
GoBits of ImeAction.ImeMaskAction: the action key performs a "go" operation to take the user to the target of the text they typed. Typically used, for example, when entering a URL.
ImeMaskActionDocumentation for this section has not yet been entered.
ImeNullGeneric unspecified type for EditorInfo.ImeOptions.
NextBits of ImeAction.ImeMaskAction: the action key performs a "next" operation, taking the user to the next field that will accept text.
NoneBits of ImeAction.ImeMaskAction: there is no available action.
PreviousBits of ImeAction.ImeMaskAction: Like ImeAction.Next, but for moving to the previous field. This will normally not be used to specify an action (since it precludes ImeAction.Next, but can be returned to the app if it sets ImeFlags.NavigatePrevious.
SearchBits of ImeAction.ImeMaskAction: the action key performs a "search" operation, taking the user to the results of searching for the text the have typed (in whatever context is appropriate).
SendBits of ImeAction.ImeMaskAction: the action key performs a "send" operation, delivering the text to its target. This is typically used when composing a message.
UnspecifiedBits of ImeAction.ImeMaskAction: no specific action has been associated with this editor, let the editor come up with its own if it can.

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0