InputMethodService.OnUpdateExtractedText(Int32, ExtractedText) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the application has reported new extracted text to be shown due to changes in its current text state.
[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);
[<Android.Runtime.Register("onUpdateExtractedText", "(ILandroid/view/inputmethod/ExtractedText;)V", "GetOnUpdateExtractedText_ILandroid_view_inputmethod_ExtractedText_Handler")>]
abstract member OnUpdateExtractedText : int * Android.Views.InputMethods.ExtractedText -> unit
override this.OnUpdateExtractedText : int * Android.Views.InputMethods.ExtractedText -> unit
Parameters
- token
- Int32
- text
- ExtractedText
- Attributes
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.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.