Android.Views.InputMethods.InputMethodManager.SwitchToNextInputMethod Method
Force switch to the next input method and subtype.

Syntax

[Android.Runtime.Register("switchToNextInputMethod", "(Landroid/os/IBinder;Z)Z", "")]
public bool SwitchToNextInputMethod (Android.OS.IBinder imeToken, bool onlyCurrentIme)

Parameters

imeToken
Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.
onlyCurrentIme
if true, the framework will find the next subtype which belongs to the current IME

Returns

Documentation for this section has not yet been entered.

Remarks

Force switch to the next input method and subtype. If there is no IME enabled except current IME and subtype, do nothing.

[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 16