Android.InputMethodServices.InputMethodService.SetCandidatesView Method
Replaces the current candidates view with a new one.

Syntax

[Android.Runtime.Register("setCandidatesView", "(Landroid/view/View;)V", "GetSetCandidatesView_Landroid_view_View_Handler")]
public virtual void SetCandidatesView (Android.Views.View view)

Parameters

view
Documentation for this section has not yet been entered.

Remarks

Replaces the current candidates view with a new one. You only need to call this when dynamically changing the view; normally, you should implement InputMethodService.OnCreateCandidatesView 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