InputMethodManager.SetAdditionalInputMethodSubtypes(String, InputMethodSubtype[]) Method

Definition

Caution

deprecated

Set additional input method subtypes.

[Android.Runtime.Register("setAdditionalInputMethodSubtypes", "(Ljava/lang/String;[Landroid/view/inputmethod/InputMethodSubtype;)V", "")]
[System.Obsolete("deprecated")]
public void SetAdditionalInputMethodSubtypes (string? imiId, Android.Views.InputMethods.InputMethodSubtype[]? subtypes);
[<Android.Runtime.Register("setAdditionalInputMethodSubtypes", "(Ljava/lang/String;[Landroid/view/inputmethod/InputMethodSubtype;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.SetAdditionalInputMethodSubtypes : string * Android.Views.InputMethods.InputMethodSubtype[] -> unit

Parameters

imiId
String

Id of InputMethodInfo which additional input method subtypes will be added to.

subtypes
InputMethodSubtype[]

subtypes will be added as additional subtypes of the current input method.

Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodManager.setAdditionalInputMethodSubtypes(java.lang.String, android.view.inputmethod.InputMethodSubtype[]).

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