InputMethodService.OnCurrentInputMethodSubtypeChanged Method

Definition

Called when the subtype was changed.

[Android.Runtime.Register("onCurrentInputMethodSubtypeChanged", "(Landroid/view/inputmethod/InputMethodSubtype;)V", "GetOnCurrentInputMethodSubtypeChanged_Landroid_view_inputmethod_InputMethodSubtype_Handler")]
protected virtual void OnCurrentInputMethodSubtypeChanged (Android.Views.InputMethods.InputMethodSubtype? newSubtype);
[<Android.Runtime.Register("onCurrentInputMethodSubtypeChanged", "(Landroid/view/inputmethod/InputMethodSubtype;)V", "GetOnCurrentInputMethodSubtypeChanged_Landroid_view_inputmethod_InputMethodSubtype_Handler")>]
abstract member OnCurrentInputMethodSubtypeChanged : Android.Views.InputMethods.InputMethodSubtype -> unit
override this.OnCurrentInputMethodSubtypeChanged : Android.Views.InputMethods.InputMethodSubtype -> unit

Parameters

newSubtype
InputMethodSubtype

the subtype which is being changed to.

Attributes

Remarks

Called when the subtype was changed.

Java documentation for android.inputmethodservice.InputMethodService.onCurrentInputMethodSubtypeChanged(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