Android.InputMethodServices.InputMethodService.OnUpdateExtractedText Method
Called when the application has reported new extracted text to be shown due to changes in its current text state.

Syntax

[Android.Runtime.Register("onUpdateExtractedText", "(ILandroid/view/inputmethod/ExtractedText;)V", "GetOnUpdateExtractedText_ILandroid_view_inputmethod_ExtractedText_Handler")]
public virtual void OnUpdateExtractedText (int token, Android.Views.InputMethods.ExtractedText text)

Parameters

token
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.

Remarks

Called when the application has reported new extracted text to be shown due to changes in its current text state. The default implementation here places the new text in the extract edit text, when the input method is running in fullscreen mode.

[Android Documentation]

Requirements

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