Android.Views.InputMethods.InputMethodManager.ShowForced Field
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.

Value: 2

Syntax

[Android.Runtime.Register("SHOW_FORCED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.ShowFlags enum directly instead of this field.")]
public const ShowFlags ShowForced

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3