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

Value: 1

Syntax

[Android.Runtime.Register("SHOW_IMPLICIT")]
[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 ShowImplicit

Remarks

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.

[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