AbstractInputMethodService.AbstractInputMethodImpl.ChangeInputMethodSubtype Method

Definition

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.

Java documentation for android.view.inputmethod.InputMethod.changeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype).

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.

Applies to