Android.Views.InputMethods.IInputMethod.ChangeInputMethodSubtype Method
Notify that the input method subtype is being changed in the same input method.

Syntax

[Android.Runtime.Register("changeInputMethodSubtype", "(Landroid/view/inputmethod/InputMethodSubtype;)V", "GetChangeInputMethodSubtype_Landroid_view_inputmethod_InputMethodSubtype_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ChangeInputMethodSubtype (InputMethodSubtype subtype)

Parameters

subtype
New subtype of the notified input method

Remarks

Notify that the input method subtype is being changed in the same input method.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11