Android.Widget.TextView.OnCommitCorrection Method
Called by the framework in response to a text auto-correction (such as fixing a typo using a a dictionnary) from the current input method, provided by it calling Android.Views.InputMethods.InputConnection.commitCorrection(android.view.inputmethod.CorrectionInfo) InputConnection.commitCorrection()}.

Syntax

[Android.Runtime.Register("onCommitCorrection", "(Landroid/view/inputmethod/CorrectionInfo;)V", "GetOnCommitCorrection_Landroid_view_inputmethod_CorrectionInfo_Handler")]
public virtual void OnCommitCorrection (Android.Views.InputMethods.CorrectionInfo info)

Parameters

info
The auto correct info about the text that was corrected.

Remarks

Called by the framework in response to a text auto-correction (such as fixing a typo using a a dictionnary) from the current input method, provided by it calling Android.Views.InputMethods.InputConnection.commitCorrection(android.view.inputmethod.CorrectionInfo) InputConnection.commitCorrection()}. The default implementation flashes the background of the corrected word to provide feedback to the user.

[Android Documentation]

Requirements

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