Android.Views.InputMethods.InputMethodManager.SetInputMethodAndSubtype Method
Force switch to a new input method and subtype.

Syntax

[Android.Runtime.Register("setInputMethodAndSubtype", "(Landroid/os/IBinder;Ljava/lang/String;Landroid/view/inputmethod/InputMethodSubtype;)V", "")]
public void SetInputMethodAndSubtype (Android.OS.IBinder token, string id, InputMethodSubtype subtype)

Parameters

token
Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.
id
The unique identifier for the new input method to be switched to.
subtype
The new subtype of the new input method to be switched to.

Remarks

Force switch to a new input method and subtype. This can only be called from an application or a service which has a token of the currently active 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