ImeFlags Enum

Definition

Enumerates values returned by several types.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ImeFlags
[<System.Flags>]
type ImeFlags = 
Inheritance
ImeFlags
Attributes

Fields

ForceAscii -2147483648

Flag of ImeOptions: used to request that the IME is capable of inputting ASCII characters.

NavigateNext 134217728

Flag of ImeOptions: used to specify that there is something interesting that a forward navigation can focus on.

NavigatePrevious 67108864
NoAccessoryAction 536870912
NoEnterAction 1073741824
NoExtractUi 268435456

Flag of ImeOptions: used to specify that the IME does not need to show its extracted text UI.

NoFullscreen 33554432

Flag of ImeOptions: used to request that the IME never go into fullscreen mode.

NoPersonalizedLearning 16777216

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