Android.InputMethodServices.InputMethodService.SwitchInputMethod Method
Force switch to a new input method, as identified by id.

Syntax

[Android.Runtime.Register("switchInputMethod", "(Ljava/lang/String;)V", "GetSwitchInputMethod_Ljava_lang_String_Handler")]
public virtual void SwitchInputMethod (string id)

Parameters

id
Unique identifier of the new input method ot start.

Remarks

Force switch to a new input method, as identified by id. This input method will be destroyed, and the requested one started on the current input field.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3