- reqModes
- The desired modes to retrieve, as defined by Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence, System.Int32, System.Int32). These constants are defined so that you can simply pass the current EditorInfo.InputType value directly in to here.
Documentation for this section has not yet been entered.
The default implementation uses TextUtils.getCapsMode to get the cursor caps mode for the current selection position in the editable text, unless in dummy mode in which case 0 is always returned.