Android.InputMethodServices.InputMethodService.SetInputView Method
Replaces the current input view with a new one.

Syntax

[Android.Runtime.Register("setInputView", "(Landroid/view/View;)V", "GetSetInputView_Landroid_view_View_Handler")]
public virtual void SetInputView (Android.Views.View view)

Parameters

view
Documentation for this section has not yet been entered.

Remarks

Replaces the current input view with a new one. You only need to call this when dynamically changing the view; normally, you should implement InputMethodService.OnCreateInputView and create your view when first needed by the input method.

[Android Documentation]

Requirements

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