Android.Views.InputMethods.IInputMethodSession.DisplayCompletions Method
Called by a text editor that performs auto completion, to tell the input method about the completions it has available.

Syntax

[Android.Runtime.Register("displayCompletions", "([Landroid/view/inputmethod/CompletionInfo;)V", "GetDisplayCompletions_arrayLandroid_view_inputmethod_CompletionInfo_Handler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void DisplayCompletions (CompletionInfo[] completions)

Parameters

completions
Array of text completions that are available, starting with the best. If this array is null, any existing completions will be removed.

Remarks

Called by a text editor that performs auto completion, to tell the input method about the completions it has available. This can be used by the input method to display them to the user to select the text to be inserted.

[Android Documentation]

Requirements

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