AbstractInputMethodService.AbstractInputMethodImpl.ChangeInputMethodSubtype 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.
Notify that the input method subtype is being changed in the same input method.
[Android.Runtime.Register("changeInputMethodSubtype", "(Landroid/view/inputmethod/InputMethodSubtype;)V", "GetChangeInputMethodSubtype_Landroid_view_inputmethod_InputMethodSubtype_Handler")]
public abstract void ChangeInputMethodSubtype (Android.Views.InputMethods.InputMethodSubtype subtype);
[<Android.Runtime.Register("changeInputMethodSubtype", "(Landroid/view/inputmethod/InputMethodSubtype;)V", "GetChangeInputMethodSubtype_Landroid_view_inputmethod_InputMethodSubtype_Handler")>]
abstract member ChangeInputMethodSubtype : Android.Views.InputMethods.InputMethodSubtype -> unit
Parameters
- subtype
- InputMethodSubtype
New subtype of the notified input method
Implements
- Attributes
Remarks
Notify that the input method subtype is being changed in the same input method.
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.