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
Requirements
Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3