Member Name | Description |
---|
Done | Bits of ImeAction.ImeMaskAction: the action key performs a "done"
operation, typically meaning the IME will be closed.
|
Go | Bits 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.
|
ImeMaskAction | Documentation for this section has not yet been entered. |
ImeNull | Generic unspecified type for EditorInfo.ImeOptions.
|
Next | Bits of ImeAction.ImeMaskAction: the action key performs a "next"
operation, taking the user to the next field that will accept text.
|
None | Bits of ImeAction.ImeMaskAction: there is no available action.
|
Previous | Bits 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.
|
Search | Bits 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).
|
Send | Bits of ImeAction.ImeMaskAction: the action key performs a "send"
operation, delivering the text to its target. This is typically used
when composing a message.
|
Unspecified | Bits of ImeAction.ImeMaskAction: no specific action has been
associated with this editor, let the editor come up with its own if
it can.
|