InputMethodResults Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of InputMethodResults.
public enum InputMethodResults
type InputMethodResults =
- Inheritance
-
InputMethodResults
Fields
| Name | Value | Description |
|---|---|---|
| UnchangedShown | 0 | Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window was unchanged and remains shown. Android reference for 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. |
| 1 | Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window was unchanged and remains hidden. Android reference for 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. |
|
| Shown | 2 | Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window changed from hidden to shown. Android reference for 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. |
| 3 | Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window changed from shown to hidden. Android reference for 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. |
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.