Android.InputMethodServices.InputMethodService.OnCreateInputView Method
Create and return the view hierarchy used for the input area (such as a soft keyboard).

Syntax

[Android.Runtime.Register("onCreateInputView", "()Landroid/view/View;", "GetOnCreateInputViewHandler")]
public virtual Android.Views.View OnCreateInputView ()

Returns

Documentation for this section has not yet been entered.

Remarks

Create and return the view hierarchy used for the input area (such as a soft keyboard). This will be called once, when the input area is first displayed. You can return null to have no input area; the default implementation returns null.

To control when the input view is displayed, implement InputMethodService.OnEvaluateInputViewShown. To change the input view after the first one is created by this function, use InputMethodService.SetInputView(Android.Views.View).

[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