- view
- Documentation for this section has not yet been entered.
- selStart
- Documentation for this section has not yet been entered.
- selEnd
- Documentation for this section has not yet been entered.
- candidatesStart
- Documentation for this section has not yet been entered.
- candidatesEnd
- Documentation for this section has not yet been entered.
Report the current selection range.
Editor authors, you need to call this method whenever the cursor moves in your editor. Remember that in addition to doing this, your editor needs to always supply current cursor values in EditorInfo.InitialSelStart and EditorInfo.InitialSelEnd every time Android.Views.View.OnCreateInputConnection(EditorInfo) is called, which happens whenever the keyboard shows up or the focus changes to a text field, among other cases.