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

변경되는 하위 형식입니다.

특성

설명

하위 형식이 변경되었을 때 호출됩니다.

에 대한 android.inputmethodservice.InputMethodService.onCurrentInputMethodSubtypeChanged(android.view.inputmethod.InputMethodSubtype)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상