InputMethodSubtype Constructors

Definition

Overloads

InputMethodSubtype(Int32, Int32, String, String, String, Boolean, Boolean)
Obsolete.

Constructor with no subtype ID specified.

InputMethodSubtype(Int32, Int32, String, String, String, Boolean, Boolean, Int32)
Obsolete.

Constructor with no subtype ID specified.

InputMethodSubtype(Int32, Int32, String, String, String, Boolean, Boolean)

Caution

deprecated

Constructor with no subtype ID specified.

[Android.Runtime.Register(".ctor", "(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)V", "")]
[System.Obsolete("deprecated")]
public InputMethodSubtype (int nameId, int iconId, string? locale, string? mode, string? extraValue, bool isAuxiliary, bool overridesImplicitlyEnabledSubtype);
[<Android.Runtime.Register(".ctor", "(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Views.InputMethods.InputMethodSubtype : int * int * string * string * string * bool * bool -> Android.Views.InputMethods.InputMethodSubtype

Parameters

nameId
Int32
iconId
Int32
locale
String
mode
String
extraValue
String
isAuxiliary
Boolean
overridesImplicitlyEnabledSubtype
Boolean
Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodSubtype.InputMethodSubtype(int, int, java.lang.String, java.lang.String, java.lang.String, boolean, boolean).

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

InputMethodSubtype(Int32, Int32, String, String, String, Boolean, Boolean, Int32)

Caution

deprecated

Constructor with no subtype ID specified.

[Android.Runtime.Register(".ctor", "(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZI)V", "")]
[System.Obsolete("deprecated")]
public InputMethodSubtype (int nameId, int iconId, string? locale, string? mode, string? extraValue, bool isAuxiliary, bool overridesImplicitlyEnabledSubtype, int id);
[<Android.Runtime.Register(".ctor", "(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZI)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Views.InputMethods.InputMethodSubtype : int * int * string * string * string * bool * bool * int -> Android.Views.InputMethods.InputMethodSubtype

Parameters

nameId
Int32
iconId
Int32
locale
String
mode
String
extraValue
String
isAuxiliary
Boolean
overridesImplicitlyEnabledSubtype
Boolean
id
Int32
Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodSubtype.InputMethodSubtype(int, int, java.lang.String, java.lang.String, java.lang.String, boolean, boolean).

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