InputMethodManager.SwitchToLastInputMethod(IBinder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true if the current input method and subtype was successfully switched to the last used input method and subtype.
- Attributes
Remarks
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.