Member Name | Description |
---|---|
Forced | Flag for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags) to indicate that the user has forced the input method open (such as by long-pressing menu) so it should not be closed until they explicitly do so. |
Implicit | Flag for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags) to indicate that this is an implicit request to show the input window, not as the result of a direct request by the user. The window may not be shown in this case. |