InputMethodService.OnCurrentInputMethodSubtypeChanged 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.
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.
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.