SpellCheckerSubtype(Int32, String, String) Constructor

Definition

Constructor.

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/String;)V", "")]
public SpellCheckerSubtype (int nameId, string? locale, string? extraValue);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/String;)V", "")>]
new Android.Views.TextService.SpellCheckerSubtype : int * string * string -> Android.Views.TextService.SpellCheckerSubtype

Parameters

nameId
Int32

The name of the subtype

locale
String

The locale supported by the subtype

extraValue
String

The extra value of the subtype

Attributes

Remarks

Constructor.

This member is deprecated. There is no public API that requires developers to directly instantiate custom SpellCheckerSubtype objects right now. Hence only the system is expected to be able to instantiate SpellCheckerSubtype object.

Java documentation for android.view.textservice.SpellCheckerSubtype.SpellCheckerSubtype(int, java.lang.String, java.lang.String).

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