InputMethodService.SetCandidatesView(View) Method

Definition

Replaces the current candidates view with a new one.

[Android.Runtime.Register("setCandidatesView", "(Landroid/view/View;)V", "GetSetCandidatesView_Landroid_view_View_Handler")]
public virtual void SetCandidatesView (Android.Views.View? view);
[<Android.Runtime.Register("setCandidatesView", "(Landroid/view/View;)V", "GetSetCandidatesView_Landroid_view_View_Handler")>]
abstract member SetCandidatesView : Android.Views.View -> unit
override this.SetCandidatesView : Android.Views.View -> unit

Parameters

view
View
Attributes

Remarks

Java documentation for android.inputmethodservice.InputMethodService.setCandidatesView(android.view.View).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to