Android.Widget.TextView.OnCommitCompletion Method
Called by the framework in response to a text completion from the current input method, provided by it calling Android.Views.InputMethods.InputConnection.commitCompletion(android.view.inputmethod.CompletionInfo).

Syntax

[Android.Runtime.Register("onCommitCompletion", "(Landroid/view/inputmethod/CompletionInfo;)V", "GetOnCommitCompletion_Landroid_view_inputmethod_CompletionInfo_Handler")]
public virtual void OnCommitCompletion (Android.Views.InputMethods.CompletionInfo text)

Parameters

text
The auto complete text the user has selected.

Remarks

Called by the framework in response to a text completion from the current input method, provided by it calling Android.Views.InputMethods.InputConnection.commitCompletion(android.view.inputmethod.CompletionInfo). The default implementation does nothing; text views that are supporting auto-completion should override this to do their desired behavior.

[Android Documentation]

Requirements

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