Android.Views.InputMethods.IInputMethodSession.UpdateExtractedText Method
Called by a text editor to report its new extracted text when its contents change.

Syntax

[Android.Runtime.Register("updateExtractedText", "(ILandroid/view/inputmethod/ExtractedText;)V", "GetUpdateExtractedText_ILandroid_view_inputmethod_ExtractedText_Handler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void UpdateExtractedText (int token, ExtractedText text)

Parameters

token
The input method supplied token for identifying its request.
text
The new extracted text.

Remarks

Called by a text editor to report its new extracted text when its contents change. This will only be called if the input method calls InputConnection.getExtractedText(android.view.inputmethod.ExtractedTextRequest, int) with the option to report updates.

[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