InputMethodManager.SwitchToLastInputMethod(IBinder) Method

Definition

Caution

deprecated

Force switch to the last used input method and subtype.

[Android.Runtime.Register("switchToLastInputMethod", "(Landroid/os/IBinder;)Z", "")]
[System.Obsolete("deprecated")]
public bool SwitchToLastInputMethod (Android.OS.IBinder? imeToken);
[<Android.Runtime.Register("switchToLastInputMethod", "(Landroid/os/IBinder;)Z", "")>]
[<System.Obsolete("deprecated")>]
member this.SwitchToLastInputMethod : Android.OS.IBinder -> bool

Parameters

imeToken
IBinder

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

Returns

Boolean

true if the current input method and subtype was successfully switched to the last used input method and subtype.

Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodManager.switchToLastInputMethod(android.os.IBinder).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to