InputMethodManager.SetInputMethodAndSubtype(IBinder, String, InputMethodSubtype) 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 a new input method and subtype.
[Android.Runtime.Register("setInputMethodAndSubtype", "(Landroid/os/IBinder;Ljava/lang/String;Landroid/view/inputmethod/InputMethodSubtype;)V", "")]
[System.Obsolete("deprecated")]
public void SetInputMethodAndSubtype (Android.OS.IBinder token, string? id, Android.Views.InputMethods.InputMethodSubtype? subtype);
[<Android.Runtime.Register("setInputMethodAndSubtype", "(Landroid/os/IBinder;Ljava/lang/String;Landroid/view/inputmethod/InputMethodSubtype;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.SetInputMethodAndSubtype : Android.OS.IBinder * string * Android.Views.InputMethods.InputMethodSubtype -> unit
Parameters
- token
- IBinder
Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.
- id
- String
The unique identifier for the new input method to be switched to.
- subtype
- InputMethodSubtype
The new subtype of the new input method to be switched to.
- 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.