Android.Views.Window.SetSoftInputMode Method
Specify an explicit soft input mode to use for the window, as per WindowManagerLayoutParams.SoftInputMode.

Syntax

[Android.Runtime.Register("setSoftInputMode", "(I)V", "GetSetSoftInputMode_IHandler")]
public virtual void SetSoftInputMode ([Android.Runtime.GeneratedEnum] SoftInput mode)

Parameters

mode
Documentation for this section has not yet been entered.

Remarks

Specify an explicit soft input mode to use for the window, as per WindowManagerLayoutParams.SoftInputMode. Providing anything besides "unspecified" here will override the input mode the window would normally retrieve from its theme.

[Android Documentation]

Requirements

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