Язык

InputMethodService.OnCurrentInputMethodSubtypeChanged Метод

Определение

Вызывается при изменении подтипа.

[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

Параметры

newSubtype
InputMethodSubtype

Подтип, на который изменяется.

Атрибуты

Комментарии

Вызывается при изменении подтипа.

Java документации по android.inputmethodservice.InputMethodService.onCurrentInputMethodSubtypeChanged(android.view.inputmethod.InputMethodSubtype).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к