Android.Views.InputMethods.InputMethodManager.SwitchToLastInputMethod Method
Force switch to the last used input method and subtype.

Syntax

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

Parameters

imeToken
Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.

Returns

Documentation for this section has not yet been entered.

Remarks

Force switch to the last used input method and subtype. If the last input method didn't have any subtypes, the framework will simply switch to the last input method with no subtype specified.

[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