Android.InputMethodServices.InputMethodService.OnCreateCandidatesView Method
Create and return the view hierarchy used to show candidates.

Syntax

[Android.Runtime.Register("onCreateCandidatesView", "()Landroid/view/View;", "GetOnCreateCandidatesViewHandler")]
public virtual Android.Views.View OnCreateCandidatesView ()

Returns

Documentation for this section has not yet been entered.

Remarks

Create and return the view hierarchy used to show candidates. This will be called once, when the candidates are first displayed. You can return null to have no candidates view; the default implementation returns null.

To control when the candidates view is displayed, use InputMethodService.SetCandidatesViewShown(bool). To change the candidates view after the first one is created by this function, use InputMethodService.SetCandidatesView(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