InputMethodService.InputMethodSessionImpl.UpdateSelection 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.
Call InputMethodService#onUpdateSelection
InputMethodService.onUpdateSelection()
.
[Android.Runtime.Register("updateSelection", "(IIIIII)V", "GetUpdateSelection_IIIIIIHandler")]
public override void UpdateSelection (int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd);
[<Android.Runtime.Register("updateSelection", "(IIIIII)V", "GetUpdateSelection_IIIIIIHandler")>]
override this.UpdateSelection : int * int * int * int * int * int -> unit
Parameters
- oldSelStart
- Int32
- oldSelEnd
- Int32
- newSelStart
- Int32
- newSelEnd
- Int32
- candidatesStart
- Int32
- candidatesEnd
- Int32
- Attributes
Remarks
Call InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection()
.
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.